hide user name in user dropdown on mobile (#2512)

* hide user name in user dropdown on mobile

* truncate title in header

* prettify code

* Add line height to prevent cutting of lower length letters
This commit is contained in:
André Rusakow
2022-12-26 23:09:52 +01:00
committed by GitHub
parent 7c91099461
commit 53d3a67533
4 changed files with 24 additions and 8 deletions

View File

@@ -33,7 +33,9 @@
font-weight: 600;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 90%;
width: 70vw;
overflow: hidden;
line-height: 1.4;
}
}
}