diff --git a/src/client/app/desktop/views/components/notes.note.sub.vue b/src/client/app/desktop/views/components/notes.note.sub.vue index e85478578..aeeb18698 100644 --- a/src/client/app/desktop/views/components/notes.note.sub.vue +++ b/src/client/app/desktop/views/components/notes.note.sub.vue @@ -93,6 +93,8 @@ export default Vue.extend({ color #b2b8bb > .body + max-height 128px + overflow hidden > .text cursor default diff --git a/src/client/app/mobile/views/components/note.sub.vue b/src/client/app/mobile/views/components/note.sub.vue index d489f3a05..58e561c2c 100644 --- a/src/client/app/mobile/views/components/note.sub.vue +++ b/src/client/app/mobile/views/components/note.sub.vue @@ -93,6 +93,8 @@ export default Vue.extend({ color #b2b8bb > .body + max-height 128px + overflow hidden > .text cursor default