From c28d9710d6b84c682f6f6f3001f97e18703fb28a Mon Sep 17 00:00:00 2001 From: sterni Date: Tue, 6 Apr 2021 11:19:00 +0200 Subject: fix(3p/cgit): fix max-width for #summary Having a space between the number and the unit is not valid CSS. I was aware of this problem, but apparently forgot to amend the fix. Change-Id: I74936db515799763038669d0a11da53f28f722be Reviewed-on: https://cl.tvl.fyi/c/depot/+/2867 Tested-by: BuildkiteCI Reviewed-by: lukegb --- third_party/cgit/tvl-extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/cgit') diff --git a/third_party/cgit/tvl-extra.css b/third_party/cgit/tvl-extra.css index f174b2c03f..52c4dc292f 100644 --- a/third_party/cgit/tvl-extra.css +++ b/third_party/cgit/tvl-extra.css @@ -1,4 +1,4 @@ /* limit the width of /about/** to help readability */ .content #summary { - max-width: 800 px; + max-width: 800px; } -- cgit 1.4.1