fixed table styles

This commit is contained in:
Andrew Croce 2018-10-03 13:58:40 -04:00
parent 46bcda32d5
commit acb4b0c7b9

View File

@ -96,3 +96,16 @@
}
}
}
.fixed-table-wrapper {
width: 100%;
table {
max-width: 100%;
table-layout:fixed;
th, td {
white-space: normal;
}
}
}