diff --git a/packages/console/src/components/FormCard/index.module.scss b/packages/console/src/components/FormCard/index.module.scss index f26826afc..59217cbf2 100644 --- a/packages/console/src/components/FormCard/index.module.scss +++ b/packages/console/src/components/FormCard/index.module.scss @@ -7,6 +7,7 @@ .introduction { width: 296px; + padding-bottom: _.unit(6); margin-right: _.unit(14); flex-shrink: 0; @@ -30,6 +31,17 @@ } } +@media screen and (max-width: 1080px) { + .container { + flex-direction: column; + + .introduction { + width: 100%; + margin-right: unset; + } + } +} + .form { flex-grow: 1; }