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 {
font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

View file

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