Explorar el Código

comment out col-form-label's css

kaoritokashiki hace 6 años
padre
commit
52436391c6
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/client/styles/scss/_override-bootstrap.scss

+ 3 - 3
src/client/styles/scss/_override-bootstrap.scss

@@ -159,9 +159,9 @@
   }
 
   // col-form-label (substitute for control-label of bootstrap3)
-  .col-form-label {
-    text-align: right;
-  }
+  // .col-form-label {
+  //   text-align: right;
+  // }
 
   // label
   label {