diff --git a/public/css/main.css b/public/css/main.css index e548d76b..2c7faafe 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -187,7 +187,7 @@ select.form-input { /* Property is ignored due to the display. With 'display: block', vertical-align should not be used. */ vertical-align: middle; /* Hardcoded so the div always fills up all available space while floating right */ - width: 91px; + max-width: 91px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -963,4 +963,4 @@ input.filelist-checkbox:checked + table.table-filelist { .toolbar > div.float-right { margin-top: 5px; -} \ No newline at end of file +}