Update FsrsOptions.svelte

This commit is contained in:
Sunong2008 2025-06-08 00:10:56 +08:00 committed by GitHub
parent c1fc45928d
commit d41d185fc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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