fixed word breaking

This commit is contained in:
Miodec 2021-02-05 20:16:56 +00:00
parent 249bf519d4
commit 622981d2c5

View file

@ -2989,7 +2989,7 @@ key {
display: flex;
gap: 0.5rem;
color: var(--text-color);
word-break: break-all;
word-break: break-word;
span.mention {
background: var(--text-color);
color: var(--bg-color);