File tree 2 files changed +5
-11
lines changed
packages/cfd/src/Containers/mt5-create-password
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 3
3
display : flex ;
4
4
flex-direction : column ;
5
5
justify-content : flex-start ;
6
- @include mobile-or-tablet-screen {
7
- .mt5-password-modal__content {
8
- overflow-y : auto ;
9
- overflow-x : hidden ;
10
- height : 100% ;
11
- width : 100% ;
12
- max-height : calc (100vh - 6.4rem );
13
- }
14
- }
15
6
16
7
& __description {
17
8
text-transform : none ;
61
52
}
62
53
& __content {
63
54
@include mobile-or-tablet-screen {
55
+ overflow-y : auto ;
56
+ overflow-x : hidden ;
64
57
height : 100% ;
58
+ width : 100% ;
65
59
padding : 0 ;
66
60
justify-content : space-between ;
67
61
}
78
72
79
73
@include mobile-or-tablet-screen {
80
74
height : 100% ;
81
- padding : 4 rem 1.6rem ;
75
+ padding : 1.6rem ;
82
76
}
83
77
}
84
78
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const MT5CreatePassword = ({
71
71
} ) => (
72
72
< form onSubmit = { handleSubmit } >
73
73
< div
74
- className = 'mt5-password-modal__content dc-modal__container_mt5-password-modal__body form '
74
+ className = 'mt5-password-modal__content dc-modal__container_mt5-password-modal__body'
75
75
data-testid = 'dt_mt5_create_password'
76
76
>
77
77
< div className = 'mt5-password-modal__create-password-content' >
You can’t perform that action at this time.
0 commit comments