Fix icon overflowing in navigation
This commit is contained in:
parent
7d2bd192ab
commit
35d0058026
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
span {
|
span:not(.icon) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue