Commit 1929b8c 1 parent 7696da8 commit 1929b8c Copy full SHA for 1929b8c
File tree 3 files changed +7
-7
lines changed
src/ui/components/tenants/tenantDetail
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
gap : 10px ;
42
42
}
43
43
44
- @media screen and (max-width : 480 px ) {
44
+ @media screen and (max-width : 768 px ) {
45
45
flex-direction : column ;
46
46
gap : 10px ;
47
47
padding-bottom : 10px ;
Original file line number Diff line number Diff line change 163
163
flex-direction : column ;
164
164
gap : 15px ;
165
165
166
- @media screen and (max-width : 480 px ) {
166
+ @media screen and (max-width : 768 px ) {
167
167
gap : 0px ;
168
168
}
169
169
180
180
gap : 10px ;
181
181
align-items : center ;
182
182
183
- @media screen and (max-width : 480 px ) {
183
+ @media screen and (max-width : 768 px ) {
184
184
align-items : flex-end ;
185
185
186
186
.delete-cross-button {
191
191
192
192
& __footer {
193
193
margin-left : 128px ;
194
- @media screen and (max-width : 480 px ) {
194
+ @media screen and (max-width : 768 px ) {
195
195
margin-left : 0px ;
196
196
margin-top : 18px ;
197
197
}
416
416
.provider-email-select {
417
417
display : flex ;
418
418
gap : 75px ;
419
- @media screen and (max-width : 480 px ) {
419
+ @media screen and (max-width : 768 px ) {
420
420
flex-direction : column ;
421
421
gap : 10px ;
422
422
}
Original file line number Diff line number Diff line change 18
18
width : 100% ;
19
19
gap : 20px ;
20
20
21
- @media screen and (max-width : 480 px ) {
21
+ @media screen and (max-width : 768 px ) {
22
22
flex-direction : column ;
23
23
gap : 12px ;
24
24
}
30
30
color : var (--color-secondary-text );
31
31
min-width : max-content ;
32
32
33
- @media screen and (max-width : 480 px ) {
33
+ @media screen and (max-width : 768 px ) {
34
34
min-width : unset ;
35
35
}
36
36
}
You canβt perform that action at this time.
0 commit comments