summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/components/note.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue
index 909ed30235..fea074461e 100644
--- a/src/client/components/note.vue
+++ b/src/client/components/note.vue
@@ -684,6 +684,7 @@ export default Vue.extend({
.note {
position: relative;
transition: box-shadow 0.1s ease;
+ overflow: hidden;
&.max-width_500px {
font-size: 0.9em;