Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Ensure that incompatible notices are displayed in Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange authored and tarhi-saad committed Nov 10, 2023
1 parent 492c6ab commit b64d29f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b64d29f

Please sign in to comment.