Skip to content

Commit ab10830

Browse files
committed
Fixed responsiveness of Sign In page
1 parent a37551a commit ab10830

File tree

1 file changed

+1
-1
lines changed
  • packages/messenger-widget/src/components/SignIn

1 file changed

+1
-1
lines changed

packages/messenger-widget/src/components/SignIn/SignIn.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
}
9090

91-
@media only screen and (max-height: 610px) {
91+
@media only screen and (max-height: 700px) {
9292
.content-data {
9393
margin-top: 1rem !important;
9494
}

0 commit comments

Comments
 (0)