Fix app location overflow in header

This commit is contained in:
Johannes Zellner
2020-11-23 12:34:19 +01:00
parent 3579992f62
commit 7f57c18444

View File

@@ -604,10 +604,14 @@ multiselect {
margin-right: 10px;
line-height: 0.7;
font-size: 30px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
a {
white-space: nowrap;
color: black;
line-height: 1.1;
&:hover,
&:active,
@@ -619,6 +623,7 @@ multiselect {
}
div {
white-space: nowrap;
text-align: right;
padding-top: 10px;
}