mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
We're already handling whitespace between components, do the same for leading whitespace. Fixes crash on https://distill.pub/2021/gnn-intro.
8 lines
137 B
HTML
8 lines
137 B
HTML
<style>
|
|
test {
|
|
display: grid;
|
|
width: 100%;
|
|
grid-template-columns: 50px [ first second ] 1fr;
|
|
}
|
|
</style>
|