aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wiki')
-rw-r--r--templates/wiki/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html
index 185229a8..ee4e7d10 100644
--- a/templates/wiki/base.html
+++ b/templates/wiki/base.html
@@ -191,7 +191,7 @@
<a class="uk-flex-left uk-flex uk-flex-column uk-background-primary uk-hidden@s uk-hidden@m uk-hidden@l uk-hidden@xl" id="wiki-sidebar-button">
<div class="uk-flex-center"><i class="uk-icon fa-fw far fa-bars"></i></div>
</a>
- <div class="uk-section" style="flex-grow: 1; margin: 0 1rem 1rem;">
+ <div class="uk-section uk-flex uk-flex-column" id="doc-view" style="flex-grow: 1; margin: 0 1rem 1rem; width: calc(100% - 6rem)">
{% block content %}{% endblock %}
</div>
</div>