mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add breakpoint for Bury EnumSelector
This commit is contained in:
parent
2e921b95c6
commit
46b5f6ba65
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
html={marked(tr.deckConfigLeechActionTooltip())}
|
html={marked(tr.deckConfigLeechActionTooltip())}
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
<Col size={5}>
|
<Col breakpoint="sm" size={5}>
|
||||||
<EnumSelector choices={leechChoices} bind:value={$config.leechAction} />
|
<EnumSelector choices={leechChoices} bind:value={$config.leechAction} />
|
||||||
<RevertButton
|
<RevertButton
|
||||||
defaultValue={defaults.leechAction}
|
defaultValue={defaults.leechAction}
|
||||||
|
|
Loading…
Reference in a new issue