Skip to content

Commit 8c190e9

Browse files
committed
fix: use flex-wrap to wrap "Show tokens" button on manage accs
1 parent 5570979 commit 8c190e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontends/web/src/routes/settings/manage-accounts.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
align-items: center;
2727
display: flex;
2828
flex-direction: row;
29+
flex-wrap: wrap;
2930
justify-content: space-between;
3031
min-height: var(--item-height);
3132
padding: var(--space-quarter) 0;

0 commit comments

Comments
 (0)