Skip to content

Commit eb7d97e

Browse files
authored
fix: Add min-height to attributes pair buttons
1 parent a0fb569 commit eb7d97e

File tree

1 file changed

+1
-0
lines changed
  • djangocms_attributes_field/static/djangocms_attributes_field

1 file changed

+1
-0
lines changed

djangocms_attributes_field/static/djangocms_attributes_field/widget.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body.djangocms-admin-style .add-attributes-pair {
88
}
99
.delete-attributes-pair, .add-attributes-pair {
1010
line-height: 2;
11+
min-height: 16px;
1112
}
1213
.attributes-pair {
1314
display: table;

0 commit comments

Comments
 (0)