mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Prevent max-width expanding the width
This commit is contained in:
committed by
Andreas Kling
parent
c006a1ef41
commit
bf3144fcff
Notes:
sideshowbarker
2024-07-16 23:34:49 +09:00
Author: https://github.com/emilitzerjo Commit: https://github.com/SerenityOS/serenity/commit/bf3144fcff Pull-request: https://github.com/SerenityOS/serenity/pull/19946 Issue: https://github.com/SerenityOS/serenity/issues/18778 Reviewed-by: https://github.com/awesomekling
@@ -0,0 +1,8 @@
|
||||
<!doctype html><style>
|
||||
* { border: 1px solid black; }
|
||||
body { position: absolute; }
|
||||
.inner {
|
||||
max-width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
</style><body><div class="outer"><div class="inner">
|
||||
Reference in New Issue
Block a user