diff options
author | 2018-04-27 12:38:47 +0100 | |
---|---|---|
committer | 2018-04-27 12:38:47 +0100 | |
commit | 2a0a4472945d1757693b9014fb672cc8d6fef4b6 (patch) | |
tree | 20ba7542cec6228914c817cacc69458b8de19251 /templates/wiki | |
parent | Added books and courses (#59) (diff) |
[Wiki] Fix left sidebar width on some devices
Diffstat (limited to 'templates/wiki')
-rw-r--r-- | templates/wiki/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html index 87686a83..f53eea65 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -32,7 +32,7 @@ {% include "main/navigation.html" %} <div class="uk-flex uk-flex-row uk-flex-1"> <div class="uk-card uk-card-body uk-flex-left uk-flex uk-card-primary"> - <ul class="uk-nav-default uk-nav-parent-icon" uk-nav> + <ul class="uk-nav-default uk-nav-parent-icon" uk-nav id="wiki-nav"> {% if data is defined %} {% if "headers" in data and data.headers %} <li class="uk-nav-header">Contents</li> |