Merge pull request #10002 from k-yle/9876-multiple-values-empty

show empty tag values in multi-selections
This commit is contained in:
Martin Raifer
2023-12-06 14:18:31 +01:00
committed by GitHub
4 changed files with 21 additions and 1 deletions
+5
View File
@@ -2406,6 +2406,11 @@ div.combobox {
color: #333;
}
.combobox .combobox-option.virtual-option {
font-style: italic;
color: #333;
}
.form-field-input-wrap {
position: relative;
}