fix(friendly): sidebar username overflow
This commit is contained in:
parent
407759f7c4
commit
5d64edf8c1
|
@ -216,6 +216,7 @@ function openProfile() {
|
|||
margin-left: 5px;
|
||||
font-weight: bold;
|
||||
max-width: 90px;
|
||||
text-overflow: clip !important;
|
||||
}
|
||||
|
||||
.drawer {
|
||||
|
|
|
@ -275,6 +275,7 @@ function openProfile() {
|
|||
margin-left: 5px;
|
||||
font-weight: bold;
|
||||
max-width: 100px;
|
||||
text-overflow: clip !important;
|
||||
}
|
||||
|
||||
.drawer {
|
||||
|
|
Loading…
Reference in a new issue