diff --git a/manage.html b/manage.html index 529dd305..20a2a553 100644 --- a/manage.html +++ b/manage.html @@ -178,7 +178,7 @@ data-filter=":not(.not-matching)" data-filter-hide=".not-matching"> -

+

diff --git a/manage/manage.css b/manage/manage.css index fb450855..d3c3c788 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -20,6 +20,16 @@ select { font-size: 12px; } +.nowrap { + white-space: nowrap; +} + +.nowrap > * { + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; +} + #header { width: 280px; height: 100vh; @@ -35,9 +45,6 @@ select { #check-all-updates { max-width: 220px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } #header h1 {