chore(layout): reduce padding for promoted attributes

This commit is contained in:
Elian Doran 2025-12-23 23:02:26 +02:00
parent 19cd7a0cad
commit 1185d4b10b
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ body.experimental-feature-new-layout {
.title-actions {
display: flex;
flex-direction: column;
gap: 1em;
gap: 0.5em;
&:not(:empty) {
padding: 0.75em 15px;
@ -33,5 +33,12 @@ body.experimental-feature-new-layout {
}
}
}
.promoted-attributes-widget {
.promoted-attributes-container {
margin: 0;
padding: 0;
}
}
}
}