mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°931 TagSet widget : fix empty widget on creation form
Now displays a placeholder The + icon can't be used as is cause it's inserted with ::after, and without tags it can't be right aligned
This commit is contained in:
@@ -2900,6 +2900,7 @@ div.selectize-input {
|
||||
width: auto;
|
||||
min-width: 8em;
|
||||
}
|
||||
|
||||
div.selectize-input.has-items:after {
|
||||
content: "➕";
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user