daisyui icon indicating copy to clipboard operation
daisyui copied to clipboard

bug: Join, elements are not aligned since the last update

Open Resumane opened this issue 1 year ago โ€ข 1 comments

What version of daisyUI are you using?

4.12.10

Which browsers are you seeing the problem on?

Chrome

Reproduction URL

https://play.tailwindcss.com/GsxvhHLLKW

Describe your issue

The items in Join are not aligned since the last update, please fix.

Resumane avatar Jul 02 '24 10:07 Resumane

Thank you @Resumane for reporting issues. It helps daisyUI a lot ๐Ÿ’š
I'll be working on issues one by one. I will help with this one as soon as a I find a solution.
In the meantime providing more details and reproduction links would be helpful.

github-actions[bot] avatar Jul 02 '24 10:07 github-actions[bot]

To add into that issue - it happens when both vertical and horizontal options specified, i.e. join-vertical lg:join-horizontal.

The issue is even visible in the docs, in "Responsive" example: https://daisyui.com/components/join/#responsive-its-vertical-on-small-screen-and-horizontal-on-large-screen, the first button is lower than others in horizontal mode.

sergei-krylov avatar Sep 11 '24 10:09 sergei-krylov

It seems that the last bug fix is causing it.

4.12.10 (2024-06-26)

Bug Fixes

  • join spacing adapting to button border width (da94f2c), closes #3028

Downgrading to 4.12.9 fixes the problem

 yarn upgrade [email protected]

or

npm i [email protected]

gabrielCarraretto avatar Oct 02 '24 08:10 gabrielCarraretto

Fixed in 4.12.11

Thanks @gabrielCarraretto for finding the cause of problem ๐Ÿ’š

saadeghi avatar Oct 02 '24 12:10 saadeghi