Fix datatables footer text wrapping

This commit is contained in:
JonnyWong16 2017-04-22 13:43:45 -07:00
parent 4fcfea943e
commit fbe136a350

View file

@ -2491,6 +2491,9 @@ a .home-platforms-list-cover-face:hover
.dataTables_paginate li {
margin: 0;
}
div.dataTables_info {
white-space: normal !important;
}
.tooltip.top .tooltip-arrow {
border-top-color: #fff;
}