Align mobile pulldown layout
This commit is contained in:
@@ -520,11 +520,12 @@
|
||||
}
|
||||
|
||||
#component-pulldown .sg-labeled-input-row {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
display: grid;
|
||||
grid-template-columns: max-content minmax(0, 1fr);
|
||||
align-items: center;
|
||||
column-gap: var(--spacing-small);
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
gap: var(--spacing-small);
|
||||
}
|
||||
|
||||
#component-pulldown .sg-labeled-input-row .sg-label {
|
||||
@@ -535,6 +536,13 @@
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
#component-pulldown .sg-labeled-input-row .sg-pulldown-demo,
|
||||
#component-pulldown .sg-labeled-input-row .sg-pulldown {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#component-pulldown .sg-activatable-row {
|
||||
grid-template-columns: 1fr;
|
||||
align-items: start;
|
||||
|
||||
Reference in New Issue
Block a user