fix(components): align activatable pulldown with label column
This commit is contained in:
+3
-3
@@ -832,9 +832,9 @@ section + section {
|
|||||||
|
|
||||||
#component-pulldown .sg-activatable-row {
|
#component-pulldown .sg-activatable-row {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: max-content minmax(0, 1fr);
|
grid-template-columns: var(--layout-input-label-width) minmax(0, 1fr);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
column-gap: var(--spacing-large);
|
column-gap: var(--spacing-small);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -842,7 +842,7 @@ section + section {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: max-content max-content;
|
grid-template-columns: max-content max-content;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
column-gap: var(--spacing-large);
|
column-gap: var(--spacing-small);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user