Commit 67cedaa9 authored by Clement Ho's avatar Clement Ho

[skip ci] Default text align right for horizontal form's labels

parent 639b7189
......@@ -33,6 +33,12 @@ button, html [type="button"], [type="reset"], [type="submit"] {
cursor: pointer;
}
.form-group.row .col-form-label {
// Bootstrap 4 aligns labels to the left
// for horizontal forms
text-align: right;
}
// Polyfill deprecated selectors
.hidden {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment