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