Fix wrapping on long server names

This commit is contained in:
jude 2023-07-23 16:30:15 +01:00
parent 58c778632e
commit 302f5835e6

View File

@ -657,6 +657,12 @@ input.default-width {
background-color: white; background-color: white;
} }
a.switch-pane {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.is-locked { .is-locked {
pointer-events: none; pointer-events: none;
opacity: 0.4; opacity: 0.4;