Remove gridfield and tune pulldown spacing
This commit is contained in:
@@ -520,10 +520,9 @@
|
||||
}
|
||||
|
||||
#component-pulldown .sg-labeled-input-row {
|
||||
display: grid;
|
||||
grid-template-columns: max-content minmax(0, 1fr);
|
||||
align-items: center;
|
||||
column-gap: var(--spacing-small);
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: var(--spacing-small);
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
@@ -554,6 +553,7 @@
|
||||
.sg-labeled-input-row {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: var(--spacing-small);
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user