diff --git a/Libraries/LibWeb/SVG/Default.css b/Libraries/LibWeb/SVG/Default.css index ebea1b6f3962..e4c8c26890aa 100644 --- a/Libraries/LibWeb/SVG/Default.css +++ b/Libraries/LibWeb/SVG/Default.css @@ -11,7 +11,7 @@ svg:not(:root), image, marker, pattern, symbol { overflow: hidden; } } *[xml|space=preserve] { - text-space-collapse: preserve-spaces; + white-space-collapse: preserve-spaces; } /* FIXME: Allow setting the rest of these to `display: none`.