- Fixed option indetation.
- Removed arrow svg for multiple select elements.
This commit is contained in:
parent
4772752c51
commit
63cc9c0c0d
1 changed files with 3 additions and 1 deletions
|
@ -6,5 +6,7 @@
|
|||
<% end %>
|
||||
<% end %>
|
||||
</select>
|
||||
<% if not @attribute.multiple: %>
|
||||
<svg class="icon-arrow-down"><use xlink:href="#icon-arrow-down" /></svg>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue