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:
parent
6df3a7e2e0
commit
404e669f72
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue