snaha / diete.design

https://diete.design
MIT License
0 stars 0 forks source link

Cannot resize input properly #378

Open agazso opened 1 month ago

agazso commented 1 month ago

The passed in style only applies to the internal input element, which is wrapped in 3 layers of divs (col, wrapper, relative).

For example I try to put two inputs horizontally in a small space, and even though I specify the correct size to the Input component, the inner divs and input ignore that and there is no way to change that.

One possible solution is to add another prop so that the outermost div can be styled and the inner divs follow that.

gnome-shell-screenshot-7pyn6i

agazso commented 1 month ago

The issue is the same for the DateInput component too.