diff --git a/integration/bootstrap/3/dataTables.bootstrap.css b/integration/bootstrap/3/dataTables.bootstrap.css index d776731..91c5363 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.css +++ b/integration/bootstrap/3/dataTables.bootstrap.css @@ -42,12 +42,17 @@ div.dataTables_paginate ul.pagination { } @media screen and (max-width: 767px) { + div.dataTables_wrapper > div.row > div, div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate { text-align: center; } + + div.DTTT { + margin-bottom: 0.5em; + } }