jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
46 stars 8 forks source link

Remove accidental block layout within `tag-list` #678

Open jkomoros opened 7 months ago

jkomoros commented 7 months ago

<tag-list> has had an accidental div block layout element inside of it for a long time, which makes it impossible to use tag-list in an inline context.

This feels like the wrong default, but a lot of existing use of tag-list accidentally relies on this old behavior.

Noted while working on #670.