Flux version
v2.13.2
Livewire version
v4.2.4
Tailwind version
v4.2.2
Browser and Operating System
Chrome on MacOS
What is the problem?
I noticed that the padding between the description and input field is missing when the label attribute is omitted.
Not sure if it also applies to other components.
The padding is correct when using description:trailing instead of description.
Code snippets to replicate the problem
{{-- Correct padding --}}
<flux:editor description="Editor description" label="label" />
<flux:input description="Input description" label="Label" />
{{-- Incorrect padding --}}
<flux:editor description="Editor description" />
<flux:input description="Input description" />
Screenshots/ screen recordings of the problem
How do you expect it to work?
I would expect the same padding between the description and the input when the label attribute is missing, as when the label attribute is given or description:trailing is used.
Please confirm (incomplete submissions will not be addressed)
Flux version
v2.13.2
Livewire version
v4.2.4
Tailwind version
v4.2.2
Browser and Operating System
Chrome on MacOS
What is the problem?
I noticed that the padding between the description and input field is missing when the
labelattribute is omitted.Not sure if it also applies to other components.
The padding is correct when using
description:trailinginstead ofdescription.Code snippets to replicate the problem
Screenshots/ screen recordings of the problem
How do you expect it to work?
I would expect the same padding between the description and the input when the
labelattribute is missing, as when thelabelattribute is given ordescription:trailingis used.Please confirm (incomplete submissions will not be addressed)