diff options
Diffstat (limited to 'layout/style/res/ua.css')
-rw-r--r-- | layout/style/res/ua.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/style/res/ua.css b/layout/style/res/ua.css index 931b32eb86..ab51f67c53 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; |