aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-20 20:59:46 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-20 20:59:46 +0100
commit837efcf5e73b7fbc81697bcb1257ef8cf6912cdd (patch)
treed0ef99b70cc7a6eff8383ff55914042ddae4866b /view/tpl/wiki.tpl
parent8b0bcdb2a56ba7a8a9c55687d7dba26154fce83d (diff)
downloadvolse-hubzilla-837efcf5e73b7fbc81697bcb1257ef8cf6912cdd.tar.gz
volse-hubzilla-837efcf5e73b7fbc81697bcb1257ef8cf6912cdd.tar.bz2
volse-hubzilla-837efcf5e73b7fbc81697bcb1257ef8cf6912cdd.zip
fix fullscreen and bbco_autocomplete popup rendering
Diffstat (limited to 'view/tpl/wiki.tpl')
-rw-r--r--view/tpl/wiki.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl
index c5778a644..27592a4b4 100644
--- a/view/tpl/wiki.tpl
+++ b/view/tpl/wiki.tpl
@@ -56,7 +56,7 @@
<div>
<div id="id_{{$commitMsg.0}}_wrapper" class="field input">
<div class="input-group">
- <input class="widget-input" name="{{$commitMsg.0}}" id="id_{{$commitMsg.0}}" type="text" value="{{$commitMsg.2}}"{{if $commitMsg.5}} {{$commitMsg.5}}{{/if}}>
+ <input class="form-control form-control-sm" name="{{$commitMsg.0}}" id="id_{{$commitMsg.0}}" type="text" value="{{$commitMsg.2}}"{{if $commitMsg.5}} {{$commitMsg.5}}{{/if}}>
<div class="input-group-btn">
<button id="save-page" type="button" class="btn btn-primary disabled">Save</button>
</div>