mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-22 21:46:31 +08:00
fixed a small css bug
This commit is contained in:
parent
00b9b81d8d
commit
298c55c3ef
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ key {
|
|||
#restartTestButton, #showWordHistoryButton, #copyResultToClipboardButton, #restartTestButtonWithSameWordset {
|
||||
position: relative;
|
||||
border-radius: var(--roundness);
|
||||
padding: 1rem 2 rem;
|
||||
padding: 1rem 2rem;
|
||||
width: min-content;
|
||||
width: -moz-min-content;
|
||||
color: var(--sub-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue