Commit 2f6bb0fe authored by Eduard Dudar's avatar Eduard Dudar

Default non-selected text should be separated by whitespace from caret

parent a94cdbeb
......@@ -88,7 +88,7 @@
// If more than 3 options are selected, the number of selected options is printed.
buttonText: function(options, select) {
if (options.length == 0) {
return this.nonSelectedText + '<b class="caret"></b>';
return this.nonSelectedText + ' <b class="caret"></b>';
}
else
if (options.length > 3) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment