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:
Pierre Goiffon
2018-09-14 16:59:09 +02:00
parent 75e24f9f79
commit 875c77ae65
6 changed files with 12 additions and 1 deletions

View File

@@ -2900,6 +2900,7 @@ div.selectize-input {
width: auto;
min-width: 8em;
}
div.selectize-input.has-items:after {
content: "";
display: inline-block;