You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the file-input class, the bottom of the file input is slightly cut off:
(notice how the bottom left border curve is cut off at the bottom)
This issue is also present, and much more noticeable, when the input has a color/border:
From testing, when using a file input with a border, this issue only seems to show up with larger font sizes. I suspect that the background is always some proportion smaller than it should be, but for smaller font sizes the difference is so small that it hides behind the border.
is there a specific reason for h-[2.875rem] on .file-input::file-selector-button@saadeghi?
seems like using h-full instead should fix the issue
(unfortunately i can't check it right now, because i somehow always get Internal server error: [postcss] Cannot find module while trying to import an updated local build. any ideas what the reason could be?)
What version of daisyUI are you using?
3.7.6
Describe your issue
When using the

file-input
class, the bottom of the file input is slightly cut off:(notice how the bottom left border curve is cut off at the bottom)
This issue is also present, and much more noticeable, when the input has a color/border:

From testing, when using a file input with a border, this issue only seems to show up with larger font sizes. I suspect that the background is always some proportion smaller than it should be, but for smaller font sizes the difference is so small that it hides behind the border.
What browsers are you seeing the problem on?
Chrome, Safari, Firefox
Reproduction URL
https://play.tailwindcss.com/2LNOfP77Vh
The text was updated successfully, but these errors were encountered: