Просмотр исходного кода

Merge pull request #8651 from weseek/fix/login-form-styles

fix: Login form style is broken
Yuki Takei 2 лет назад
Родитель
Сommit
9c46fe98b4
1 измененных файлов с 9 добавлено и 6 удалено
  1. 9 6
      apps/app/src/components/LoginForm/LoginForm.module.scss

+ 9 - 6
apps/app/src/components/LoginForm/LoginForm.module.scss

@@ -3,12 +3,15 @@
 @use '~/styles/atoms/placeholders/buttons';
 
 .login-form :global {
-  // To adjust the behavior, this problem is not solved.
-  // See https://github.com/AaronCCWong/react-card-flip/issues/56
-  .react-card-front,
-  .react-card-back {
-    height: 0% !important;
-  }
+  //
+  // deactivated in order to fix https://redmine.weseek.co.jp/issues/143531 -- 2024.04.02 Yuki Takei
+  //
+  // // To adjust the behavior, this problem is not solved.
+  // // See https://github.com/AaronCCWong/react-card-flip/issues/56
+  // .react-card-front,
+  // .react-card-back {
+  //   height: 0% !important;
+  // }
 
   .collapse-external-auth {
     overflow: hidden;