Skip to content

Commit 1929b8c

Browse files
committed
πŸ’‡β€β™€οΈ Fix third-party login responsiveness
1 parent 7696da8 commit 1929b8c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

β€Žsrc/ui/components/tenants/tenantDetail/keyValueInput/keyValueInput.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
gap: 10px;
4242
}
4343

44-
@media screen and (max-width: 480px) {
44+
@media screen and (max-width: 768px) {
4545
flex-direction: column;
4646
gap: 10px;
4747
padding-bottom: 10px;

β€Žsrc/ui/components/tenants/tenantDetail/thirdPartyProviderConfig/thirdPartyProviderConfig.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
flex-direction: column;
164164
gap: 15px;
165165

166-
@media screen and (max-width: 480px) {
166+
@media screen and (max-width: 768px) {
167167
gap: 0px;
168168
}
169169

@@ -180,7 +180,7 @@
180180
gap: 10px;
181181
align-items: center;
182182

183-
@media screen and (max-width: 480px) {
183+
@media screen and (max-width: 768px) {
184184
align-items: flex-end;
185185

186186
.delete-cross-button {
@@ -191,7 +191,7 @@
191191

192192
&__footer {
193193
margin-left: 128px;
194-
@media screen and (max-width: 480px) {
194+
@media screen and (max-width: 768px) {
195195
margin-left: 0px;
196196
margin-top: 18px;
197197
}
@@ -416,7 +416,7 @@
416416
.provider-email-select {
417417
display: flex;
418418
gap: 75px;
419-
@media screen and (max-width: 480px) {
419+
@media screen and (max-width: 768px) {
420420
flex-direction: column;
421421
gap: 10px;
422422
}

β€Žsrc/ui/components/tenants/tenantDetail/thirdPartyProviderInput/thirdPartyProviderInput.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
width: 100%;
1919
gap: 20px;
2020

21-
@media screen and (max-width: 480px) {
21+
@media screen and (max-width: 768px) {
2222
flex-direction: column;
2323
gap: 12px;
2424
}
@@ -30,7 +30,7 @@
3030
color: var(--color-secondary-text);
3131
min-width: max-content;
3232

33-
@media screen and (max-width: 480px) {
33+
@media screen and (max-width: 768px) {
3434
min-width: unset;
3535
}
3636
}

0 commit comments

Comments
Β (0)