Releases: jbrick55/default_course
Releases · jbrick55/default_course
Updated Minitab .table style to make responsive tables
Added this to the light and dark custom Minitab > .table section...
display: block !important; /*need to make the table responsive*/
overflow-x: auto !important; /*need to make the table responsive*/
white-space: nowrap !important; /*need to make the table responsive*/
max-width: 100% !important; /*need to make the table responsive*/