Add breakpoint for Bury EnumSelector

This commit is contained in:
Henrik Giesel 2021-05-29 02:18:37 +02:00
parent 2e921b95c6
commit 46b5f6ba65

View file

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