From b0c2a8ee3887fc787d89c93732b02ff3c3304363 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Sat, 4 Feb 2023 08:19:23 -0700 Subject: [PATCH] tree: fit-content for size column --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 9d7ea35..2d9994a 100644 --- a/static/style.css +++ b/static/style.css @@ -135,7 +135,7 @@ a:hover { } .size { text-align: right; - width: 15ch; + width: fit-content; } .log { display: grid;