style/quick edit/promoted attributes: fix card ghost margin causing unnecessary scroll

This commit is contained in:
Adorian Doran 2025-12-24 21:59:55 +02:00
parent c329ab7eee
commit 5af87788c6

View File

@ -353,6 +353,11 @@ label.input-group.tn-number-unit-pair input {
padding-inline-end: 0;
}
:root .input-group > pre[aria-hidden="true"] {
margin: 0;
padding: 0;
}
/* Combo box-like dropdown buttons */
.select-button.dropdown-toggle::after {