diff --git a/modules/ppcp-wc-gateway/resources/css/gateway-settings.scss b/modules/ppcp-wc-gateway/resources/css/gateway-settings.scss index ed370932b..744a0a307 100644 --- a/modules/ppcp-wc-gateway/resources/css/gateway-settings.scss +++ b/modules/ppcp-wc-gateway/resources/css/gateway-settings.scss @@ -4,6 +4,7 @@ border: 1px solid lightgray; border-radius: 15px; box-shadow: 0 2px 10px 1px #ddd; + margin-right: -28px; h4 { margin-top: 0; @@ -21,6 +22,11 @@ @media (min-width: 2000px) { margin-right: 42%; } + + @media (max-width: 600px) { + width: auto; + margin-right: 0px; + } } .ppcp-message-preview {