diff --git a/manage/manage.css b/manage/manage.css index a9887461..3a7fb337 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -29,6 +29,13 @@ a:hover { z-index: 9; } +#check-all-updates { + max-width: 220px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + #header h1 { margin-top: 0; }