mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb: Fix handling of max-content containing block for floating box
Fixes layout of page toolbar on Wikipedia.
This commit is contained in:
committed by
Alexander Kalenik
parent
97ba1ff1f7
commit
b6f9f4c28c
Notes:
sideshowbarker
2024-07-17 01:11:48 +09:00
Author: https://github.com/axgallo Commit: https://github.com/SerenityOS/serenity/commit/b6f9f4c28c Pull-request: https://github.com/SerenityOS/serenity/pull/20540 Reviewed-by: https://github.com/kalenikaliaksandr ✅
@@ -0,0 +1,13 @@
|
||||
<style>
|
||||
.display_flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
div {
|
||||
float: left;
|
||||
}
|
||||
|
||||
span {
|
||||
float: left;
|
||||
}
|
||||
</style><div class="display_flex"><div><div><span>A</span><span>B</span></div></div></div>
|
||||
Reference in New Issue
Block a user