aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-05-13 13:02:23 +0200
committerMario Vavti <mario@mariovavti.com>2019-05-13 13:02:23 +0200
commitb0c3780667a558b52fbc701378939a3e3637fb69 (patch)
treed642621ad0ed300ff2281e83672d564c88b7f214 /view/tpl/wiki.tpl
parent3e431c65be4c7d0cc9640af216ffdff02695401d (diff)
downloadvolse-hubzilla-b0c3780667a558b52fbc701378939a3e3637fb69.tar.gz
volse-hubzilla-b0c3780667a558b52fbc701378939a3e3637fb69.tar.bz2
volse-hubzilla-b0c3780667a558b52fbc701378939a3e3637fb69.zip
fix button size
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 4a4db03eb..8556d8bad 100644
--- a/view/tpl/wiki.tpl
+++ b/view/tpl/wiki.tpl
@@ -68,7 +68,7 @@
<div class="input-group">
<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>
+ <button id="save-page" type="button" class="btn btn-sm btn-primary disabled">Save</button>
</div>
</div>
</div>