Add siimple-table--fixed modifier to table component
jmjuanes opened this issue · 0 comments
jmjuanes commented
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 toscss/components/_table.scss
. - Add to documentation.