subscriptions: Remove unused CSS.

Since, we have removed bootstrap CSS rules for select elements
in previous commit, we do not need to set this rule since
default value of margin is 0.
This commit is contained in:
Sahil Batra 2022-12-27 22:34:01 +05:30 committed by Tim Abbott
parent 0cf169be71
commit 03668a4272
1 changed files with 0 additions and 4 deletions

View File

@ -971,10 +971,6 @@ div.settings-radio-input-parent {
width: 5ch;
text-align: right;
}
select {
margin-bottom: 0;
}
}
}