mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Prevent navbar items from wrapping
This commit is contained in:
parent
026d5ab2c3
commit
fe08bdc93c
@ -415,6 +415,7 @@
|
|||||||
.navbar a {
|
.navbar a {
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-item:hover,
|
.navbar-item:hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user