Don't wrap tabs to next line in Help screen

This commit is contained in:
djmaze 2021-07-21 14:15:55 +02:00
parent eec3f46c34
commit 1e49c1a6ac

View file

@ -29,6 +29,7 @@
// Give the tabs something to sit on
.nav-tabs {
border-bottom: 1px solid #ddd;
white-space: nowrap;
}
// Make the list-items overlay the bottom border
.nav-tabs > li {