fix overflow text on meme div

This commit is contained in:
Anthony 2021-08-30 19:47:06 +02:00
parent 1ac16ee087
commit c89db0c4a1
No known key found for this signature in database
GPG key ID: C386D3C93D50E356

View file

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