Commit 1dd5150b authored by Ad Schellevis's avatar Ad Schellevis Committed by GitHub

Merge pull request #1724 from evbevz/patch-1

Update base_form.volt
parents 81eeab65 af7d099f
......@@ -82,7 +82,7 @@ data_title : data-title to set on form
</tbody>
</table>
</div>
<div class="table-responsive {% if field['style'] %}{{field['style']}}{% endif %}">
<div class="table-responsive {{field['style']|default('')}}">
<table class="table table-striped table-condensed table-responsive">
<colgroup>
<col class="col-md-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