mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
LibWeb/CSS: Resolve value of "height" in special way according to spec
Per spec value of height should be resolved to used value if "display" property is not "none" or "contents".
This commit is contained in:
parent
582bf1eaf3
commit
7411f66fcf
2 changed files with 15 additions and 5 deletions
|
@ -81,7 +81,7 @@ grid-row-start: auto
|
|||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: auto
|
||||
height: 1411px
|
||||
image-rendering: auto
|
||||
inset-block-end: auto
|
||||
inset-block-start: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue