From 1c2c002f081362b4237aa916a2e5c05a4a6d7692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20G=C3=BCr?= Date: Mon, 9 Dec 2024 18:50:51 +0100 Subject: [PATCH] [fix] servershell: Do not wrap table headers --- serveradmin/servershell/static/css/servershell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/serveradmin/servershell/static/css/servershell.css b/serveradmin/servershell/static/css/servershell.css index 4d51ce80..2fdcf3a1 100644 --- a/serveradmin/servershell/static/css/servershell.css +++ b/serveradmin/servershell/static/css/servershell.css @@ -16,6 +16,7 @@ table tr:nth-child(odd) .disabled { #result_table thead th { padding-right: 1ch; + white-space: nowrap; } .results-info:last-of-type {