From 63f2256f84c2fdaf636616c1a66486ec9ba52549 Mon Sep 17 00:00:00 2001
From: Conrad Zelck <git@simpel.cc>
Date: Sun, 28 Aug 2022 12:51:48 +0200
Subject: [PATCH] style: expand column comment

There was a line break inside "AutoIt" comment syntax. I don't like
this. So I expanded this columns width +2ch.

Signed-off-by: Conrad Zelck <git@simpel.cc>
---
 style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css
index 7126354..03dc234 100644
--- a/style.css
+++ b/style.css
@@ -153,7 +153,7 @@ th:nth-child(2), td:nth-child(2) {
 }
 
 th:nth-child(3), td:nth-child(3) {
-  width: 30ch;
+  width: 32ch;
 }
 
 footer {
-- 
GitLab