From 797e5d4244f5f2474b623c9216dab59034270fd5 Mon Sep 17 00:00:00 2001 From: rr- Date: Fri, 29 Jul 2016 12:39:02 +0200 Subject: [PATCH] client/css: fix combobox height on Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=454625 --- client/css/forms.styl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/css/forms.styl b/client/css/forms.styl index d580da47..9f11f2f6 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -159,8 +159,7 @@ input[type=password] vertical-align: top font-family: 'Droid Sans', sans-serif font-size: 100% - line-height: 150% - padding: 0 0.3em + padding: 0.25em 0.3em text-overflow: ellipsis width: 100% box-sizing: border-box