Skip to content

Commit

Permalink
Fix flex wrapping of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Feb 22, 2024
1 parent 9656df0 commit c1bf766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/common/Tags.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<style lang="scss">
.tags {
display: flex;
gap: 0.7em;
flex-wrap: wrap;
gap: 0 0.7em;
p {
padding: 0.4em 1.3em;
Expand Down

0 comments on commit c1bf766

Please sign in to comment.