Fix mobile pulldown label spacing
This commit is contained in:
@@ -519,6 +519,21 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#component-pulldown .sg-labeled-input-row {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
gap: var(--spacing-small);
|
||||
}
|
||||
|
||||
#component-pulldown .sg-labeled-input-row .sg-label {
|
||||
min-width: 0;
|
||||
flex: 0 0 auto;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#component-pulldown .sg-activatable-row {
|
||||
grid-template-columns: 1fr;
|
||||
align-items: start;
|
||||
|
||||
Reference in New Issue
Block a user