diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/notes.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl index 22a249fd9..3273b4145 100644 --- a/view/tpl/notes.tpl +++ b/view/tpl/notes.tpl @@ -1,7 +1,7 @@ {{if $app}} <div id="personal-notes" class="generic-content-wrapper{{if $hidden}} d-none{{/if}}"> <div class="section-title-wrapper clearfix"> - <div class="float-end rounded border border-secondary p-1 text-muted small note-mode" title="Double click into note for edit mode">Read mode</div> + <div class="float-end rounded border border-secondary m-1 ps-1 pe-1 text-muted small note-mode" title="Double click into note for edit mode">Read mode</div> <h2>{{$banner}}</h2> </div> <div class="section-content-wrapper-np"> |