diff --git a/services/web/frontend/stylesheets/app/subscription.less b/services/web/frontend/stylesheets/app/subscription.less index f473879c53..85dbabb630 100644 --- a/services/web/frontend/stylesheets/app/subscription.less +++ b/services/web/frontend/stylesheets/app/subscription.less @@ -85,8 +85,7 @@ text-transform: capitalize; } -.three-d-secure-container, -.three-d-secure-container--react { +.three-d-secure-container { > .three-d-secure-recurly-container { height: 400px; diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss index a6859f222b..9b5c4dff95 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/subscription.scss @@ -371,3 +371,9 @@ color: var(--link-web); } } + +.three-d-secure-container { + > .three-d-secure-recurly-container { + height: 400px; + } +}