mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Update FsrsOptions.svelte
This commit is contained in:
parent
c1fc45928d
commit
d41d185fc4
1 changed files with 2 additions and 1 deletions
|
|
@ -405,7 +405,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
:global(.two-line) {
|
||||
white-space: pre-wrap;
|
||||
min-height: calc(2ch + 30px);
|
||||
height: calc(2 * 1.5em + 10px);
|
||||
line-height: 1.5em;
|
||||
box-sizing: content-box;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue