Skip to content
Snippets Groups Projects
Commit cb860d8d authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

keep padding when there is multiple tab

parent e130325a
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
{%endif%} {%endif%}
{%endif%} {%endif%}
</div> </div>
<div class="card-body panel-body pt-0"> <div class="card-body panel-body{% if form_prefs and not form_prefs.preferences_groups %} pt-0{%endif%}">
<button class="btn btn-primary {{btn_classes}}" type="submit">{%trans "Save my preferences"%} <button class="btn btn-primary {{btn_classes}}" type="submit">{%trans "Save my preferences"%}
</button> </button>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment