mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Don't wrap tabs to next line in Help screen
This commit is contained in:
parent
eec3f46c34
commit
1e49c1a6ac
1 changed files with 1 additions and 0 deletions
1
vendors/bootstrap/less/navs.less
vendored
1
vendors/bootstrap/less/navs.less
vendored
|
|
@ -29,6 +29,7 @@
|
||||||
// Give the tabs something to sit on
|
// Give the tabs something to sit on
|
||||||
.nav-tabs {
|
.nav-tabs {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
// Make the list-items overlay the bottom border
|
// Make the list-items overlay the bottom border
|
||||||
.nav-tabs > li {
|
.nav-tabs > li {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue