Open curtismchale opened 1 year ago
@kevindherman I came back to look at this and the expected class is wrapped around the table to make it responsive. I tested with a number of different devices I have around and it worked on all of them. I'm closing this. Open again if you can find a way to reproduce it.
We did add table-responsive
so I need to look at how WP outputs the tables and then see about adding the table-responsive around it.
Luke suggests that we grab the current Bootstrap responsive table CSS and then add it in a custom file and apply it to our tables.
Source
Describe the bug
Table on the swimming page doesn't go responsive for mobile devices when viewed there. This makes the table content unviewable for users.
To fix we should be able to add
<div class="table-responsive">
around the table according to Bootstrap 3.3.7 docs.To reproduce
Steps to reproduce the behavior:
Expected behavior
Table should use Bootstrap 3.3.7 responsive table formats.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
QA
Notes:
Links:
*