diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-13 15:14:46 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-13 15:14:46 +0200 |
commit | f9d43479f29d350b8d0aaf19a0773e372ff3e542 (patch) | |
tree | 523a50982520fbb6f6606541e845d567e2e4fee5 /view/tpl/wiki.tpl | |
parent | c2f6f87caead4fdd917ab350ad1707fe2226ad8b (diff) | |
download | volse-hubzilla-f9d43479f29d350b8d0aaf19a0773e372ff3e542.tar.gz volse-hubzilla-f9d43479f29d350b8d0aaf19a0773e372ff3e542.tar.bz2 volse-hubzilla-f9d43479f29d350b8d0aaf19a0773e372ff3e542.zip |
css issues
Diffstat (limited to 'view/tpl/wiki.tpl')
-rw-r--r-- | view/tpl/wiki.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index 0f725749f..2aabc7b5f 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -66,7 +66,7 @@ {{if $showPageControls}} <div id="id_{{$commitMsg.0}}_wrapper" class="field input" style="display: none"> <div class="input-group"> - <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}}> + <input class="form-control" name="{{$commitMsg.0}}" id="id_{{$commitMsg.0}}" type="text" value="{{$commitMsg.2}}"{{if $commitMsg.5}} {{$commitMsg.5}}{{/if}}> <div class="input-group-append"> <button id="save-page" type="button" class="btn btn-primary disabled">Save</button> </div> |