Stack pulldown field labels above controls on mobile
This commit is contained in:
@@ -1707,6 +1707,14 @@ section + section {
|
||||
margin-left: calc(var(--spacing-small) * 1.5);
|
||||
flex: 0 0 var(--interaction-height);
|
||||
}
|
||||
|
||||
.sg-pulldown-panel__row {
|
||||
grid-template-columns: minmax(0, 1fr) var(--interaction-height);
|
||||
}
|
||||
|
||||
.sg-pulldown-panel__label {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
}
|
||||
|
||||
/* ========================================================= */
|
||||
|
||||
Reference in New Issue
Block a user