From 45dd1c7bf4f295bd1070dc36b618d1e199efc040 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 23 Dec 2021 20:44:24 +0000 Subject: [PATCH] static/tgal.css: Remove pointless `white-space: normal'. No longer neended now that `thumbstrip' uses flex layout. --- static/tgal.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/tgal.css b/static/tgal.css index 933b974..3d7fb19 100644 --- a/static/tgal.css +++ b/static/tgal.css @@ -106,7 +106,6 @@ div.comment { div.caption { display: block; width: 228px; - white-space: normal; } div.caption span.name { font-family: sans-serif; } div.caption span.comment { font-style: italic; margin-inline-start: 1em; } -- 2.11.0