Skip to content

Commit

Permalink
note overflow: hidden (#6138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oni-Men committed Mar 6, 2020
1 parent abb0184 commit 4e2f954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/components/note.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4e2f954

Please sign in to comment.