jmjuanes/siimple

Add siimple-table--fixed modifier to table component

jmjuanes opened this issue · 0 comments

Add siimple-table--fixed modifier to table component to automatically divide equally the width of the columns across the table, regardless of content inside the cells.

.siimple-table--fixed {
    table-layout: fixed;
}

Reference: https://www.w3schools.com/csSref/pr_tab_table-layout.asp

Tasks:

  • Add siimple-table--fixed class to scss/components/_table.scss.
  • Add to documentation.