From ba0c029b79fbd1e3dfdb2d0f1269eb1acedae811 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sun, 21 Apr 2024 19:41:46 +0200 Subject: [PATCH] Fix column width --- src/css/tabs/logging.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/tabs/logging.less b/src/css/tabs/logging.less index df49bfb9d7..0712e3ec3c 100644 --- a/src/css/tabs/logging.less +++ b/src/css/tabs/logging.less @@ -29,7 +29,7 @@ margin-top: 10px; dt { float: left; - width: 120px; + width: fit-content; height: 20px; line-height: 20px; font-weight: bold;