forked from rDrama/rDrama
1
0
Fork 0

add bottom margin to page numbers

master
Aevann 2024-02-02 20:14:31 +02:00
parent 161696035b
commit 7325db0a3a
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@
.dataTables_paginate {
white-space: nowrap;
}
.dataTables_wrapper .dataTables_paginate {
margin-bottom: 2em;
}