style/promoted color attributes: fix the layout on narrow width

This commit is contained in:
Adorian Doran 2025-11-30 01:09:07 +02:00
parent cef242a9ce
commit 6735b257b4

View File

@ -1448,6 +1448,14 @@ div.promoted-attribute-cell .multiplicity:has(span) span {
justify-content: center;
}
div.promoted-attribute-cell.promoted-attribute-label-color {
justify-content: space-between;
}
div.promoted-attribute-cell.promoted-attribute-label-color .input-group {
width: auto;
}
/*
* Floating buttons
*/