mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Update FsrsOptions.svelte to add margin / gap between simulator buttons (#3822)
* Update FsrsOptions.svelte to add margin / gap between simulator buttons * Hopefully fix gh test error
This commit is contained in:
parent
1beb0cfa8c
commit
689eead99a
1 changed files with 4 additions and 0 deletions
|
@ -642,4 +642,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
div.radio-group {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin-bottom: 0.375rem;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue