mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 18:28:57 +00:00
LibWeb: Fix division by zero in auto-fit/fill track calculation in GFC
Fixes https://github.com/SerenityOS/serenity/issues/22319
This commit is contained in:
parent
4a2a37275e
commit
4c81414b14
Notes:
sideshowbarker
2024-07-17 06:51:10 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 4c81414b14
Pull-request: https://github.com/SerenityOS/serenity/pull/22331
Issue: https://github.com/SerenityOS/serenity/issues/22319
3 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html><style>
|
||||
body {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
|
||||
}
|
||||
</style><body>
|
Loading…
Add table
Add a link
Reference in a new issue