no max width on comment channel selector

This commit is contained in:
Sean Yesmunt 2020-09-08 13:06:34 -04:00
parent 0bb129e7a6
commit cdd0a3c96f

View file

@ -442,6 +442,10 @@ fieldset-section {
}
.select--slim {
@media (min-width: $breakpoint-small) {
max-width: none;
}
select {
max-height: 1.5rem !important;
padding: 0 var(--spacing-xs);