Fix app location overflow in header
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user