diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index ab220e8e95a..a78f7d96207 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -4060,8 +4060,8 @@ Either block boxes or a marker box, depending on context. Properties apply to compact boxes based on their final status. - - + + Inline boxes. @@ -4069,8 +4069,8 @@ A block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the box itself is formatted as an inline box. - - + + @@ -4121,7 +4121,9 @@ + + @@ -4492,6 +4494,7 @@ The 'flex-basis' property sets the flex basis. Negative lengths are invalid. + @@ -5927,9 +5930,15 @@ Allows authors to constrain content height to a certain range. + + + Allows authors to constrain content width to a certain range. + + +