Ensure that incompatible notices are displayed in Safari. (https://github.com/woocommerce/woocommerce-blocks/pull/11736)

This commit is contained in:
Niels Lange 2023-11-11 03:52:50 +07:00 committed by GitHub
parent abd32b21c9
commit 1228e9bf83
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@
width: 24px;
height: 24px;
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 {
margin: 0 0 1em 1.5em;
margin: 0 0 1em 1.2em;
padding: 0;
list-style: disc outside;
}