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

pull/4072/head
Torkel Ödegaard 9 years ago
parent cae975cb39
commit b9c60125e8
  1. 1
      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;

Loading…
Cancel
Save