From 45226b32067c19b8ae8d2a14b56ff3ec0e6934d2 Mon Sep 17 00:00:00 2001 From: Augustin-FL Date: Thu, 26 Dec 2024 11:48:07 +0100 Subject: [PATCH] extend width of dates in comments --- incidents/static/custom_css/fir.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incidents/static/custom_css/fir.css b/incidents/static/custom_css/fir.css index 62aec50a..5ed7a355 100755 --- a/incidents/static/custom_css/fir.css +++ b/incidents/static/custom_css/fir.css @@ -359,7 +359,7 @@ table .artifacts { } .comment-date { - width: 110px; + width: 120px; } .side-tables {