From cfd356a06836d6c6c7fa299bfab1f25eaba394e9 Mon Sep 17 00:00:00 2001 From: Nick Muerdter Date: Thu, 19 Feb 2015 17:05:51 -0700 Subject: [PATCH] Give the query builder text inputs a bit more padding. --- app/assets/stylesheets/admin/stats.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/admin/stats.css.scss b/app/assets/stylesheets/admin/stats.css.scss index b9cc2130..37f5f037 100644 --- a/app/assets/stylesheets/admin/stats.css.scss +++ b/app/assets/stylesheets/admin/stats.css.scss @@ -125,6 +125,7 @@ height: 24px; margin: 0px; box-sizing: border-box; + padding: 1px 3px; } .rule-container input[type=number] {