Make sure to add ellipsis when width is too small.

This commit is contained in:
buzz-lightsnack-2007 2024-04-23 17:07:40 +08:00
parent 1fdd416f80
commit bd1040b153
2 changed files with 11 additions and 2 deletions

View file

@ -3,4 +3,7 @@
.collapsible > li > header { .collapsible > li > header {
font-weight: bold; font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} }

View file

@ -1,4 +1,10 @@
nav .brand-logo { nav .brand-logo {
font-size: 1.25rem !important; font-size: 1.25rem !important;
font-weight: bold; font-weight: bold;
}
nav > span {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} }