Adjust the component height
How can I make the fileupload and the textarea in the same height?
I've tried added ->extraAttributes(['styles' => 'min-height: 76px']) in textarea class, but it's not changing..
What else can I do?
6 Replies
can someone help me with this?
->extraAttributes(['class' => 'h-[75px]'])
on textareai've tried this, while running npm run dev, it's not changing
weird, for me it's working fine
And when you look in the inspector, can you see that the CSS class has been added?
on the textarea
as an example