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:
Sahil Batra 2022-11-24 17:46:40 +05:30 committed by Tim Abbott
parent a04128f0bd
commit 5e74a8d0cc
1 changed files with 0 additions and 1 deletions

View File

@ -973,7 +973,6 @@ div.settings-radio-input-parent {
label.radio {
display: inline;
margin: 5px;
padding-left: 0px;
}
input {