Explorar el Código

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

Torkel Ödegaard hace 10 años
padre
commit
b9c60125e8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      public/sass/components/_tightform.scss

+ 1 - 0
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;