Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Prev Previous commit
Next Next commit
[TwigBridge] revert form_label_class & form_group_class change
  • Loading branch information
arkste committed Oct 30, 2017
commit fe4eda6f1900b541bc7c43c823dcc50afcef7368
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{%- endblock form_label %}

{% block form_label_class -%}
col-sm-2
col-sm-2
{%- endblock form_label_class %}

{# Rows #}
Expand Down Expand Up @@ -51,7 +51,7 @@
{%- endblock reset_row %}

{% block form_group_class -%}
col-sm-10
col-sm-10
{%- endblock form_group_class %}

{% block checkbox_row -%}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{%- endblock form_label %}

{% block form_label_class -%}
col-sm-2
col-sm-2
{%- endblock form_label_class %}

{# Rows #}
Expand Down Expand Up @@ -65,7 +65,7 @@
{%- endblock reset_row %}

{% block form_group_class -%}
col-sm-10
col-sm-10
{%- endblock form_group_class %}

{% block checkbox_row -%}
Expand Down