mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-10 01:14:27 +08:00
fixed word breaking
This commit is contained in:
parent
249bf519d4
commit
622981d2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue