antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
549 stars 40 forks source link

w-confirm forces new line #106

Closed sbeaver28 closed 1 year ago

sbeaver28 commented 1 year ago

<w-confirm icon="mdi mdi-delete">
  Delete
</w-confirm>

<w-confirm icon="mdi mdi-pencil">
  Edit
</w-confirm>`

Stacks the two icons on top of each other. I would expect them to appear side-by side.
sbeaver28 commented 1 year ago

Wrapping both w-confirms in a <w-flex wrap puts both icons back on the same line. Maybe that is the intended behavior?

antoniandre commented 1 year ago

Hi @sbeaver28, thanks for reporting. You're right that's not the desired behavior and it should now be fixed in version 3.1.3. https://antoniandre.github.io/wave-ui/release-notes

Please reopen if not solved :)