fix overflow text on meme div (#6987)

This commit is contained in:
mayeaux 2021-08-30 19:58:21 +02:00 committed by GitHub
parent 1ac16ee087
commit 529ad258fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -514,4 +514,8 @@ textarea {
font-size: 1.2rem;
margin-bottom: var(--spacing-l);
}
> .button {
white-space: initial;
}
}