diff --git a/CHANGELOG.md b/CHANGELOG.md index a888326..4286a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,10 @@ # Changelog -## v0.2.5-beta.1 - -### Removed shorthand import paths - - `/import_map.json` - - `/components/**/setup.ts` - - `/mod.ts` - - `/src/utils.ts` - - `/islands/Island.tsx` +## v0.2.6 + +### Minor changes + - `/static/style.css` + - `/src/scss/components.scss` ## Changes so far diff --git a/src/scss/components.scss b/src/scss/components.scss index 8406159..349d5ab 100644 --- a/src/scss/components.scss +++ b/src/scss/components.scss @@ -482,5 +482,6 @@ // Chiplist .comp-chiplist { display: flex; + flex-wrap: wrap; gap: var(--s-third); } diff --git a/static/style.css b/static/style.css index 41745be..51f1114 100644 --- a/static/style.css +++ b/static/style.css @@ -704,6 +704,7 @@ button { .comp-chiplist { display: flex; + flex-wrap: wrap; gap: var(--s-third); }