note overflow: hidden (#6138)

This commit is contained in:
Oni-Men 2020-03-07 00:31:48 +09:00 committed by GitHub
parent abb0184329
commit 4e2f954683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;