style(promoted): fix heightfor rows

This commit is contained in:
Elian Doran 2024-11-27 21:22:50 +02:00
parent ceae1d5aa3
commit f125ba55c1
No known key found for this signature in database

View File

@ -42,6 +42,7 @@ const TPL = `
.promoted-attribute-cell div.input-group { .promoted-attribute-cell div.input-group {
margin-left: 10px; margin-left: 10px;
display: flex; display: flex;
min-height: 40px;
} }
.promoted-attribute-cell strong { .promoted-attribute-cell strong {
word-break:keep-all; word-break:keep-all;