提交 67cedaa9 编写于 作者: C Clement Ho

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册