Skip to content

Commit

Permalink
[DDW-745] Fix Paper Wallet abort roken dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomislav Horaček committed Jul 11, 2019
1 parent 514fa26 commit 9f1f167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/renderer/app/components/widgets/Dialog.scss
Expand Up @@ -4,6 +4,7 @@
flex: 1;
flex-direction: column;
position: relative;
width: 580px;

& > .title {
font-family: var(--font-medium);
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/themes/overrides/ModalOverrides.scss
Expand Up @@ -5,7 +5,7 @@
.modal {
display: flex;
flex-direction: column;
width: 640px;
max-width: 640px;

:global {
.WalletExportDialogChoices_component {
Expand Down

0 comments on commit 9f1f167

Please sign in to comment.