mirror of https://github.com/zulip/zulip.git
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:
parent
0cf169be71
commit
03668a4272
|
@ -971,10 +971,6 @@ div.settings-radio-input-parent {
|
|||
width: 5ch;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
select {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue