settings: Add bootstrap CSS to label.checkbox elements.

This commit adds min-height property added by bootstrap
to the label.checkbox elements in components.css.
We do not need to add padding-left property added by
bootstrap since we already set padding to 0.

After adding this CSS, we can safely remove the CSS from
bootstrap.css.
This commit is contained in:
Sahil Batra
2023-02-28 21:24:07 +05:30
committed by Tim Abbott
parent 35ecf5f1e2
commit 07f7089cf3

View File

@@ -7,6 +7,7 @@
display: inline-block;
position: relative;
vertical-align: top;
min-height: 20px;
input[type="checkbox"] {
position: absolute;