Fix large list name overflow
All checks were successful
the build was successful

This commit is contained in:
kolaente 2018-12-23 20:06:52 +01:00
parent 8778d73469
commit 0d038a4fd9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -75,6 +75,12 @@
padding-left: $navbar-padding * 2;
transition: all 0.2s ease;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
width: 100%;
.icon{
height: 1rem;
vertical-align: middle;