- Fixed option indetation.

- Removed arrow svg for multiple select elements.
This commit is contained in:
Thorsten Eckel 2015-06-19 13:11:28 +02:00
parent 4772752c51
commit 63cc9c0c0d

View file

@ -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>