fixed a small css bug

This commit is contained in:
Jack 2020-06-06 02:51:10 +01:00
parent 00b9b81d8d
commit 298c55c3ef

View file

@ -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);