Fix icon overflowing in navigation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-03-22 22:44:33 +01:00
parent 7d2bd192ab
commit 35d0058026
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
align-items: center;
justify-content: space-between;
span {
span:not(.icon) {
overflow: hidden;
text-overflow: ellipsis;
}