jsakamoto / BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
https://jsakamoto.github.io/BlazingStory/
Mozilla Public License 2.0
297 stars 14 forks source link

Wrap items when there are many so the design does not break #26

Closed fnils closed 6 months ago

fnils commented 6 months ago

Added flex: wrap to .parameter-type-holder since it grew to much and made the layout "overflow".

Previous look with many items in the description field. image

Now image

jsakamoto commented 6 months ago

@fnils Thank you for y9our contributions! I published the latest version of the Blazing Story today.

fnils commented 6 months ago

It didn't seem to make it in to preview-28. I updated my project to the latest version but the code was not there.

jsakamoto commented 6 months ago

@fnils Ohhh, it's my fault!

I re-published the fixed version.

Thank you for your quick response!