Skip to content

Commit 6f4b5ba

Browse files
committed
fix(css): remove let margin for text and checkbox in form
1 parent c70a6a0 commit 6f4b5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
}
88

99
.form-group.row .form-control-plaintext {
10-
padding: 11px 17px;
10+
padding: 11px 0;
1111
}
1212

1313
.form-group.row .custom-control.custom-checkbox {
14-
margin: 9px 17px;
14+
margin: 9px 0;
1515
}
1616

1717
ngb-typeahead-window.dropdown-menu {

0 commit comments

Comments
 (0)