Skip to content

Commit 5a20fcb

Browse files
thisconnectshonsirsha
authored andcommitted
frontend: improve manage-accounts on small screen
Remember toggle can break onto 2 lines on small screen, the CSS to prevent this was committed but the className was not used. Should have been part of d066864
1 parent b0c51c6 commit 5a20fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/routes/settings/components/manage-accounts/watchonlySetting.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const WatchonlySetting = ({ keystore }: Props) => {
8282
</DialogButtons>
8383
</Dialog>
8484
{ watchonly !== undefined ? (
85-
<Label>
85+
<Label className={style.label}>
8686
<span className={style.labelText}>
8787
{t('newSettings.appearance.remebmerWallet.name')}
8888
</span>

0 commit comments

Comments
 (0)