From b9c60125e8a4960e038f1e31fb560e045f5aba0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 18 Feb 2016 14:57:04 +0100 Subject: [PATCH] fix(ux): fixed broken tight forms (mainly query editors) --- public/sass/components/_tightform.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/public/sass/components/_tightform.scss b/public/sass/components/_tightform.scss index efbdd71710e..816ed5b4d75 100644 --- a/public/sass/components/_tightform.scss +++ b/public/sass/components/_tightform.scss @@ -71,6 +71,7 @@ .tight-form-item { padding: 8px 7px; + box-sizing: content-box; display: inline-block; font-weight: normal; border-right: 1px solid $tight-form-border;