attempt inserting ellipses on navbar for luck
This commit is contained in:
parent
11694d57bb
commit
dd0a510036
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
nav *, nav ul * {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
nav .brand-logo {
|
||||
font-size: 1.25rem !important;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue