From 49620918291f81592090537fcf39aa34a8d926ca Mon Sep 17 00:00:00 2001 From: kilo Date: Sun, 16 Jul 2017 18:28:51 +0200 Subject: [PATCH] rollback that --- public/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/main.css b/public/css/main.css index 57fee6a6..4ecb6987 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -227,7 +227,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 */ - max-width: 87px; + max-width: 91px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;