Ensure that incompatible notices are displayed in Safari. (https://github.com/woocommerce/woocommerce-blocks/pull/11736)
This commit is contained in:
parent
abd32b21c9
commit
1228e9bf83
|
@ -18,11 +18,11 @@
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
min-width: max-content;
|
min-width: 24px; // Ensure that notice is visible in Safari. See https://github.com/woocommerce/woocommerce-blocks/issues/11734
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
margin: 0 0 1em 1.5em;
|
margin: 0 0 1em 1.2em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: disc outside;
|
list-style: disc outside;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue