mirror of https://github.com/zulip/zulip.git
subscriptions: Remove redundant CSS rule.
We can remove the "padding-left: 0px" rule for "label.radio" element now since the default value for padding property is 0 and we have also removed the bootstrap applied "padding-left: -20px" rule in the previous commit.
This commit is contained in:
parent
a04128f0bd
commit
5e74a8d0cc
|
@ -973,7 +973,6 @@ div.settings-radio-input-parent {
|
||||||
label.radio {
|
label.radio {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding-left: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in New Issue