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 {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
align-items: start;
|
||||
row-gap: var(--spacing-small);
|
||||
grid-template-columns: max-content minmax(0, 1fr);
|
||||
align-items: center;
|
||||
column-gap: var(--spacing-large);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -909,6 +909,9 @@ section + section {
|
||||
}
|
||||
|
||||
#component-pulldown .sg-activatable-row {
|
||||
grid-template-columns: 1fr;
|
||||
align-items: start;
|
||||
row-gap: var(--spacing-small);
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user