fix(ux): fixed broken tight forms (mainly query editors)

This commit is contained in:
Torkel Ödegaard
2016-02-18 14:57:04 +01:00
parent cae975cb39
commit b9c60125e8

View File

@@ -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;