diff --git a/web/static/css/style.css b/web/static/css/style.css index e45f225..3739ff9 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -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;