Skip to content

Releases: jbrick55/default_course

Updated Minitab .table style to make responsive tables

20 Feb 16:22
f3ab1e3
Compare
Choose a tag to compare

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*/