I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below:
HowcanIresolvethis?
Enter in your CSS style one to limit the width of %code% %:
%pre%The selector %code% handle the default search datatables element. Adjust the value of %code% more or less as does not exceed the panel.
I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below:
HowcanIresolvethis?
Enter in your CSS style one to limit the width of input
%:
input[type="search"]{
max-width: 80%;
}
The selector input[type="search"]
handle the default search datatables element. Adjust the value of 80%
more or less as does not exceed the panel.