Explorar el Código

Add set width to selects to prevent React BS.

Lee Morgan hace 2 años
padre
commit
333fdb322f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rubrics/style.css

+ 1 - 1
rubrics/style.css

@@ -44,7 +44,7 @@
     }
 
     #app fieldset *{
-        width: 100%;
+        width: 338px;
     }
 
     #app fieldset b{