mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 02:21:53 +00:00
We're already handling whitespace between components, do the same for leading whitespace. Fixes crash on https://distill.pub/2021/gnn-intro.
7 lines
137 B
HTML
7 lines
137 B
HTML
<style>
|
|
test {
|
|
display: grid;
|
|
width: 100%;
|
|
grid-template-columns: 50px [ first second ] 1fr;
|
|
}
|
|
</style>
|