diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-13 13:02:23 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-13 13:02:23 +0200 |
commit | b0c3780667a558b52fbc701378939a3e3637fb69 (patch) | |
tree | d642621ad0ed300ff2281e83672d564c88b7f214 /view | |
parent | 3e431c65be4c7d0cc9640af216ffdff02695401d (diff) | |
download | volse-hubzilla-b0c3780667a558b52fbc701378939a3e3637fb69.tar.gz volse-hubzilla-b0c3780667a558b52fbc701378939a3e3637fb69.tar.bz2 volse-hubzilla-b0c3780667a558b52fbc701378939a3e3637fb69.zip |
fix button size
Diffstat (limited to 'view')
-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 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> |