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