From 57b9a795a30f2d0128cd5dc35a02abc0fa0d01c9 Mon Sep 17 00:00:00 2001 From: blade Date: Tue, 9 Apr 2013 07:18:27 +0200 Subject: [PATCH] [t3437] Inputs with the percent unit box not displaying properly --- public/css/editors.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/editors.less b/public/css/editors.less index 77dbae5ce..eb55f0012 100644 --- a/public/css/editors.less +++ b/public/css/editors.less @@ -378,6 +378,8 @@ >input { height: @_editorInputHeight; float: left; + text-align: left; + margin-right: 25px; border-radius: 2px 0 0 2px; width: 200px; }