Skip to content

Commit 94ee60d

Browse files
committed
fix: resolved comments
1 parent acd1a3f commit 94ee60d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cfd/src/Containers/mt5-create-password/mt5-create-password.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.dc-mobile-dialog__mt5-password-modal {
33
display: flex;
44
flex-direction: column;
5-
padding: 4rem 1.6rem 1.6rem;
65
justify-content: flex-start;
76
@include mobile-or-tablet-screen {
87
.mt5-password-modal__content {
@@ -75,7 +74,8 @@
7574
flex-direction: column;
7675
width: 100%;
7776
align-items: center;
78-
padding: 2.5rem 0;
77+
padding-bottom: 1rem;
78+
7979
@include mobile-or-tablet-screen {
8080
height: 100%;
8181
padding: 4rem 1.6rem;

0 commit comments

Comments
 (0)