From 62807c278871973495a3009b587b9938e0675bae Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 26 Mar 2022 22:54:17 +0100 Subject: [PATCH] fish_config: Let tabs wrap Otherwise they would scroll off-screen for narrow windows. This was intentional. --- share/tools/web_config/fishconfig.css | 1 - 1 file changed, 1 deletion(-) diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index e1be35921..1660cf43b 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -34,7 +34,6 @@ body { .tab { display: table-cell; - white-space: nowrap; padding-bottom: 15px; padding-top: 15px; padding-left: 3px;