mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
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:
@@ -7,6 +7,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
min-height: 20px;
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user