Fix wrapping on long server names
This commit is contained in:
parent
58c778632e
commit
302f5835e6
@ -657,6 +657,12 @@ input.default-width {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
a.switch-pane {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.is-locked {
|
||||
pointer-events: none;
|
||||
opacity: 0.4;
|
||||
|
Loading…
Reference in New Issue
Block a user