Fix snackbar icon position (#41399)
* Fix snackbar icon position * Add changefile(s) from automation for the following project(s): woocommerce * Remove absolute positioning --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
5d192d5ed6
commit
d4bcae78f9
|
@ -29,13 +29,13 @@
|
|||
}
|
||||
|
||||
.components-snackbar__content-with-icon {
|
||||
margin-left: 32px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.components-snackbar__icon {
|
||||
position: absolute;
|
||||
top: 24px;
|
||||
left: 26px;
|
||||
position: static;
|
||||
display: inline-block;
|
||||
margin-right: $grid-unit-20;
|
||||
}
|
||||
|
||||
.components-snackbar__dismiss-button {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix snackbar notice icon position.
|
Loading…
Reference in New Issue