Skip to content

Commit

Permalink
fix: content dialog styling is being applied to all dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelae committed Nov 26, 2024
1 parent 815c445 commit 73428fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ui/pages/bridge/quotes/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
}
}

.mm-modal-content__dialog {
display: flex;
height: 100%;
.quotes-modal {
.mm-modal-content__dialog {
display: flex;
height: 100%;
}
}

0 comments on commit 73428fb

Please sign in to comment.