Skip to content

Updated Minitab .table style to make responsive tables

Latest
Compare
Choose a tag to compare
@jbrick55 jbrick55 released this 20 Feb 16:22
f3ab1e3

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