mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Add bottom margin
This is is necessary in mobile displays, so that the options button row has space and is not directly on top of e.g. the breadcrumbs.
This commit is contained in:
@@ -24,7 +24,7 @@ browsing the site as the user "{{current_user}}", all actions are performed on h
|
||||
{% block title %}{% endblock %}
|
||||
</h2>
|
||||
</div>
|
||||
<div class="col-sm-4" style="padding-top: 15px;">
|
||||
<div class="col-sm-4" style="padding-top: 15px; padding-bottom: 15px;">
|
||||
<div class="btn-group">
|
||||
|
||||
{% block options %}
|
||||
|
||||
@@ -24,7 +24,7 @@ browsing the site as the user "{{current_user}}", all actions are performed on h
|
||||
{% block title %}{% endblock %}
|
||||
</h2>
|
||||
</div>
|
||||
<div class="col-sm-4" style="padding-top: 15px;">
|
||||
<div class="col-sm-4" style="padding-top: 15px; padding-bottom: 15px;">
|
||||
<div class="btn-group">
|
||||
|
||||
{% block options %}
|
||||
|
||||
Reference in New Issue
Block a user