[UI] menu username ellipsis

This commit is contained in:
nymkappa
2023-09-13 09:30:11 +02:00
parent e3fffd8fb2
commit a000438277
2 changed files with 7 additions and 1 deletions

View File

@@ -14,6 +14,12 @@
}
}
.ellipsis {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.scrollable {
overflow-x: hidden;
overflow-y: auto;