diff --git a/assets/css/amp-post-meta-box.css b/assets/css/amp-post-meta-box.css index 993df676b6a..d6164792cdb 100644 --- a/assets/css/amp-post-meta-box.css +++ b/assets/css/amp-post-meta-box.css @@ -16,16 +16,21 @@ border-top-left-radius: 0; border-bottom-left-radius: 0; text-indent: -9999px; - padding-right: 7px; - padding-left: 7px; + padding-right: 14px; + padding-left: 14px; + position: relative; } .wp-core-ui #amp-post-preview.preview::after { content: "icon"; - width: 14px; - float: left; background: no-repeat center url( '../images/amp-icon.svg' ); background-size: 14px !important; + top: 0; + right: 0; + bottom: 0; + left: 0; + display: block; + position: absolute; } .wp-core-ui #amp-post-preview.preview.disabled::after {