Skip to content

Commit

Permalink
Increase padding at the bottom of notes in view mode
Browse files Browse the repository at this point in the history
(cherry picked from commit 40b1821)
  • Loading branch information
dullage committed Jul 24, 2024
1 parent 7bf7cf3 commit e961c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/Note.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<ToastViewer
v-if="!editMode"
:initialValue="note.content"
class="toast-viewer"
class="toast-viewer pb-4"
/>
<ToastEditor
v-if="editMode"
Expand Down

0 comments on commit e961c44

Please sign in to comment.