Browse Source

Add set width to selects to prevent React BS.

Lee Morgan 2 năm trước cách đây
mục cha
commit
333fdb322f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rubrics/style.css

+ 1 - 1
rubrics/style.css

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