From fe3fdb1c9950fa8e4afe845519be28d3b5fc8a72 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 22 Apr 2024 21:25:08 +0200 Subject: [PATCH] Fix column width (#3903) --- 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;