Add class for table without borders

This commit is contained in:
Jessica Lawshe 2018-10-10 16:21:02 -05:00
parent e4a3f838de
commit a5eb6d0311

View file

@ -42,6 +42,11 @@
}
margin-bottom: @line-height-computed / 2;
}
.table-no-borders {
th, td {
border: 0px;
}
}
.example {
max-width: 100%;