mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 08:14:11 +08:00
fixed test config jumping up and down at certain zoom levels
This commit is contained in:
parent
74d6fe1ca1
commit
a6990cd369
1 changed files with 1 additions and 1 deletions
|
@ -1652,7 +1652,7 @@ a:hover {
|
|||
justify-self: right;
|
||||
display: grid;
|
||||
// grid-auto-flow: row;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
grid-template-rows: 0.7rem 0.7rem 0.7rem;
|
||||
grid-gap: 0.2rem;
|
||||
// width: min-content;
|
||||
// width: -moz-min-content;
|
||||
|
|
Loading…
Reference in a new issue