Skip to content

Commit 38e0c41

Browse files
authored
fix: multi-wallet timeline container on small screen (#1152)
* fix: multi-wallet timeline container on small screen * fix: responsiveness issue on multi-wallet main screen
1 parent 16c0a35 commit 38e0c41

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

apps/browser-extension-wallet/src/views/browser-view/features/multi-wallet/MultiWallet.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ $container-width: 840px;
1515
max-height: 584px;
1616
width: 100%;
1717
height: 100%;
18+
min-width: 650px;
19+
overflow: auto;
1820
}
1921
:global(.ant-modal-body) {
2022
padding: 0;

packages/core/src/ui/components/WalletSetupRevamp/WalletSetupStepLayoutRevamp.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
width: 204px;
1313
border-right: 1px solid var(--light-mode-light-grey-plus, var(--dark-mode-mid-grey));
1414
margin: size_unit(5) 0;
15+
min-width: 200px;
1516

1617
.activeText {
1718
@include text-bodySmall-semi-bold;

0 commit comments

Comments
 (0)