Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci committed May 17, 2022
1 parent a9012e1 commit 08e7e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/deployments/templates/input_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
{% elif value.type == "multiselect" %}
<select class="js-example-basic-multiple form-control" id="{{key}}" name="{{key}}" multiple="multiple" {{mode}}>
{% for opt in value.options | python_eval %}
<option value="{{opt}}">{{opt}}</option>
<option value="{{opt}}" style="margin: 2px;">{{opt}}</option>
{% endfor %}
</select>

Expand Down

0 comments on commit 08e7e0d

Please sign in to comment.