added text-ellipsis and max-width
This commit is contained in:
parent
144fb502ff
commit
baa5d519f1
@ -75,8 +75,8 @@
|
||||
}
|
||||
|
||||
.itemLabel {
|
||||
@extend %text-elipsis;
|
||||
color: $color-gray-dark;
|
||||
font-size: 90%;
|
||||
flex: 1;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -139,6 +139,7 @@
|
||||
@extend %text-elipsis;
|
||||
cursor: default;
|
||||
min-width: 10vw;
|
||||
max-width: 100%;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user