[FIX] table overflow ref issue #2022

This commit is contained in:
nrpatten 2014-03-27 19:09:44 -07:00
parent 69ea8d9702
commit 8a272da7ae

View File

@ -278,6 +278,13 @@ table.dataTable thead .sorting:after {
color: rgba(50,50,50,.5);
}
.table {
width: 100%;
margin-bottom: 20px;
table-layout: fixed;
word-wrap: break-word;
}
/* Circle Buttons */
.btn-circle {