From 3c665aea08963adfd60ff3a6945596decad510af Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 31 Oct 2017 12:51:27 +0300 Subject: [PATCH] widen editor input[type="number"], align to match siblings fixes #221 --- edit/edit.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/edit/edit.css b/edit/edit.css index 222d24c5..af608bfc 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -128,8 +128,9 @@ h2 .svg-icon, label .svg-icon { display: inline-block; } #options [type="number"] { - max-width: 2.5rem; - text-align: right; + width: 3.5em; + text-align: left; + padding-left: .25em; } #options .option > * { padding-right: 0.25rem;