-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datatables input glow cut off #284
Comments
The "glow" (the This is a known "issue" with the table component: https://getbootstrap.com/docs/4.3/content/tables/#responsive-tables |
The .table-responsive class is pretty useful for me so I'd like to keep it. I've added some padding to it as a quick fix: |
You could also add a consistent bit of padding around the whole table, using one of the padding classes: <div class="table-responsive p-1"> With that, you get the whole focus effect and the same amount of white-space on each side of the grid. |
That also worked well. Thank you. |
can i fix this issue? |
…amate con Anagrafica
Is there a quick fix to have the focused input box show the full dropshadow/glow?
The text was updated successfully, but these errors were encountered: