summaryrefslogtreecommitdiffstats
path: root/layout/style/res
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-12-15 10:30:06 +0000
committerMoonchild <moonchild@palemoon.org>2020-12-15 10:30:06 +0000
commitac4c22f096c2c8aa2c595ff2f17cfca46ec2b0cc (patch)
tree887359f34da0b0849bbce3d32f0b800c122fa669 /layout/style/res
parent3c0236666eec63e7534b2200e4a8ab424a4d544c (diff)
downloadUXP-ac4c22f096c2c8aa2c595ff2f17cfca46ec2b0cc.tar
UXP-ac4c22f096c2c8aa2c595ff2f17cfca46ec2b0cc.tar.gz
UXP-ac4c22f096c2c8aa2c595ff2f17cfca46ec2b0cc.tar.lz
UXP-ac4c22f096c2c8aa2c595ff2f17cfca46ec2b0cc.tar.xz
UXP-ac4c22f096c2c8aa2c595ff2f17cfca46ec2b0cc.zip
Issue #1696 - Propagate flex sizes to the table wrapper
This avoids overlapping of table styled elements inside flexboxes as used on some websites. Resolves #1696
Diffstat (limited to 'layout/style/res')
-rw-r--r--layout/style/res/ua.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/style/res/ua.css b/layout/style/res/ua.css
index 504f5dc57..a8425d472 100644
--- a/layout/style/res/ua.css
+++ b/layout/style/res/ua.css
@@ -46,6 +46,9 @@
backface-visibility: inherit;
clip: inherit;
/* When the table wrapper is a Flex/Grid item we need these: */
+ flex-grow: inherit;
+ flex-shrink: inherit;
+ flex-basis: inherit;
align-self: inherit;
justify-self: inherit;
grid-column-start: inherit;