no max width on comment channel selector
This commit is contained in:
parent
0bb129e7a6
commit
cdd0a3c96f
1 changed files with 4 additions and 0 deletions
|
@ -442,6 +442,10 @@ fieldset-section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.select--slim {
|
.select--slim {
|
||||||
|
@media (min-width: $breakpoint-small) {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
max-height: 1.5rem !important;
|
max-height: 1.5rem !important;
|
||||||
padding: 0 var(--spacing-xs);
|
padding: 0 var(--spacing-xs);
|
||||||
|
|
Loading…
Add table
Reference in a new issue