You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Give page title in navbar class "navbar-text" and add padding
- Change classes of columns for left and right boxes to ensure correct sizing on mobile (closes#18)
- Change active indicator from "True" / "False" to check mark / cross mark
- Add row and column to datasets table (note that this does not solve #1)
Adding table-layout: fixed to the CSS of the table seems to fix the overflow issue, but makes both the table and any expanded child rows very ugly and squashed. Perhaps allowing horizontal scrolling for the table is acceptable. In this case, should modify the Bootstrap class of the containing div to accommodate this.
The Data Table can overflow its container when selecting a dataset with a very long name, e.g.,
bc/7-day-and-cumulative-cases-by-hsda
.The text was updated successfully, but these errors were encountered: