Skip to content

Commit

Permalink
fix: storybook doesn't like \n in the slot
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Sep 12, 2024
1 parent fcaa194 commit 2c3e37d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
using our default grid system. We enhanced it with some responsive horiztonal padding
so they can use a small amount of space on the sides of the screen depending of
the given "compactBreakpoint" property.
`
`.replace(/\n+/g, ' ')
},
parameters: {
slots: {
Expand Down

0 comments on commit 2c3e37d

Please sign in to comment.