mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Center align rows in FSRS simulator (#3882)
This commit is contained in:
parent
f4a0598f2f
commit
e7e6a3834b
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
align-content: stretch;
|
align-content: stretch;
|
||||||
padding: var(--gutter-block, 0) 0;
|
padding: var(--gutter-block, 0) 0;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue