gemini.dev
How to add width to TextInputColumn in a table?
That looks like Tailwind class.
I think what you can do is something like:
However, I doubt that might work - as you may to remove the original class that is there. How you do that, I'm not sure I'm afraid. I'd suggest raising a new post, someone with better knowledge within this area may assist you.
25 replies
How to add width to TextInputColumn in a table?
Which element are you inspecting? Because it's not the
input
you should be inspecting, it's the container that is wrapping the input or the container before it.
Set the width to something like 27px
and find the div
that has a width
set to that. Once you find the element, you should then see if it has a min-width
.25 replies
how to check what (if) attributes were updated in afterSave() method.
Is this what youre looking for?
https://laravel.com/docs/5.7/eloquent#observers
3 replies