Merge remote-tracking branch 'origin/main' into chore-sync-next-with-main

This commit is contained in:
Maria Hutt
2024-05-15 14:00:27 -07:00
88 changed files with 1757 additions and 559 deletions

View File

@ -52,6 +52,11 @@
*/
:host([slot="start"]),
:host([slot="end"]) {
// Reset the flex property when the checkbox
// is slotted to avoid growing the element larger
// than its content.
flex: initial;
width: auto;
}