mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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;
|
||||
align-content: stretch;
|
||||
padding: var(--gutter-block, 0) 0;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue