search field width
What is the best way to make the search field above the table full width? It is very narrow by default and it just looks odd on desktop? I do understand the mobile aspect, but for desktop it just looks unporportional.

10 Replies
Just customize it with css
inspect the element with dev tools to find its
fi-xxxx
class and target it using css in your custom theme fileThis is not so easy to do since:

the parent element defines the "container" width
but still even if defined it still looks wierd

you have just to keep working with css until you get your goal
The place left is reserved for bulk actions.
Then he will just need to
display: none;
the element of that placeNone of the answers realy helps in my case. the parent of fi-ta-search-field would have to be modified - I can do that, but I do not like it. And also, why does it occupy so much space since there are no bulk actions?
This should do it.