Change left margin of notice's dismiss icon to auto (https://github.com/woocommerce/woocommerce-blocks/pull/3455)

This is needed to ensure the dismiss icon in notices will always be as far over to the right of the parent container as possible.
This commit is contained in:
opr 2020-11-25 11:50:59 +00:00 committed by GitHub
parent 6df3a7e2e0
commit 404e669f72
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
.components-notice__dismiss {
background: transparent none;
padding: 0;
margin: 0 0 0 0.5em;
margin: 0 0 0 auto;
border: 0;
outline: 0;
color: #fff;