style(next): small margin to promoted attribute cells

This commit is contained in:
Elian Doran 2025-02-02 12:52:50 +02:00
parent 71cd35c25d
commit 2fdac9b438
No known key found for this signature in database

View File

@ -1655,4 +1655,9 @@ body .calendar-dropdown-widget .calendar-body a:hover {
border-radius: 8px;
padding-left: 12px;
}
/* Promoted attributes */
.promoted-attribute-cell div.input-group {
margin: 1px 0;
}