ソースを参照

Add set width to selects to prevent React BS.

Lee Morgan 2 年 前
コミット
333fdb322f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      rubrics/style.css

+ 1 - 1
rubrics/style.css

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