fish_config: Let tabs wrap

Otherwise they would scroll off-screen for narrow windows. This was intentional.
This commit is contained in:
Fabian Homborg
2022-03-26 22:54:17 +01:00
parent be4fa1dc1a
commit 62807c2788

View File

@@ -34,7 +34,6 @@ body {
.tab {
display: table-cell;
white-space: nowrap;
padding-bottom: 15px;
padding-top: 15px;
padding-left: 3px;