Skip to content

Commit

Permalink
Merge pull request #298 from artoonie/fix-sidescroll
Browse files Browse the repository at this point in the history
fix sidescroll on mobile settings page
  • Loading branch information
artoonie authored Mar 7, 2021
2 parents b983e5b + b11b884 commit 1de03b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions templates/settings/settings-update.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
{% endblock %}

{% block afterOptions %}
<div class="row">
<div class="col" id="submitDiv">
<button id="updateSettings" type="submit" class="btn btn-primary btn-xl">Update Settings</button>
</div>
</div>
<div class="container text-center" id="submitDiv">
<button id="updateSettings" type="submit" class="btn btn-primary btn-xl">Update Settings</button>
</div>
</form>
{% endblock %}

0 comments on commit 1de03b5

Please sign in to comment.