diff --git a/webextension/css/popup.css b/webextension/css/popup.css index 6f3bb06..6b3c88d 100644 --- a/webextension/css/popup.css +++ b/webextension/css/popup.css @@ -162,6 +162,13 @@ table.unstriped tbody tr { color: #0a0a0a; } +.container-name { + max-inline-size: 7em; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .edit-container-panel [type="radio"] { display: inline; margin-inline-start: -17px; diff --git a/webextension/js/popup.js b/webextension/js/popup.js index 5d678eb..1414c05 100644 --- a/webextension/js/popup.js +++ b/webextension/js/popup.js @@ -234,7 +234,7 @@ Logic.registerPanel(P_CONTAINERS_LIST, { data-identity-color="${identity.color}"> -