mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add auto as a recognized argument of flex-basis
There isn't actually any special treatment of this over 'content' in the FlexFormattingContext, for now both are treated the same. This fixes #9225
This commit is contained in:
committed by
Andreas Kling
parent
6852ba4d34
commit
833936f3ec
@@ -96,7 +96,8 @@ enum class FlexWrap {
|
||||
|
||||
enum class FlexBasis {
|
||||
Content,
|
||||
Length
|
||||
Length,
|
||||
Auto,
|
||||
};
|
||||
|
||||
enum class WhiteSpace {
|
||||
|
||||
Reference in New Issue
Block a user