From bb0d4547acc98cfb2525f63cb9db51ef4f38d3cd Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Thu, 5 Aug 2021 18:24:44 +0200 Subject: [PATCH] Adjust issue width to 4 characters --- www/aw.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/aw.css b/www/aw.css index c650b98..5c576cb 100644 --- a/www/aw.css +++ b/www/aw.css @@ -187,7 +187,7 @@ div.actionable .details { div.actionable a.issue { display: inline-block; border-radius: 5px; - width: 3em; + width: 4em; text-align: center; color: white; background: #4C4C47;