nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.14k stars 553 forks source link

UButton icon breaks button position #2805

Open dshulzhenko opened 2 days ago

dshulzhenko commented 2 days ago

Environment

Version

2.19.2

Reproduction

Description

Buttons with icons (no matter icon set) jumping up raltive to clean text button Image

Additional context

No response

Logs

EvertonWingert commented 2 days ago

This issue only occurs when the icon is positioned on the leading (left) side of the button.

dshulzhenko commented 1 day ago

Some new details: jumping appear on pure, no styled div. Have to add "flex" to solve problem