Fix #2100, the monitor name cannot display if too long

pull/2169/head
Louis Lam 2 years ago
parent f96bad1629
commit d23085cddc

@ -382,7 +382,7 @@ optgroup {
overflow-y: auto; overflow-y: auto;
height: calc(100% - 65px); height: calc(100% - 65px);
} }
@media (max-width: 770px) { @media (max-width: 770px) {
&.scrollbar { &.scrollbar {
height: calc(100% - 40px); height: calc(100% - 40px);
@ -403,7 +403,6 @@ optgroup {
.info { .info {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis;
} }
&:hover { &:hover {

Loading…
Cancel
Save