Skip to content

Commit 73428fb

Browse files
committed
fix: content dialog styling is being applied to all dialogs
1 parent 815c445 commit 73428fb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ui/pages/bridge/quotes/index.scss

+5-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
}
6464
}
6565

66-
.mm-modal-content__dialog {
67-
display: flex;
68-
height: 100%;
66+
.quotes-modal {
67+
.mm-modal-content__dialog {
68+
display: flex;
69+
height: 100%;
70+
}
6971
}

0 commit comments

Comments
 (0)