forked from MarseyWorld/MarseyWorld
add bottom margin to page numbers
parent
161696035b
commit
7325db0a3a
|
@ -3,3 +3,7 @@
|
||||||
.dataTables_paginate {
|
.dataTables_paginate {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dataTables_wrapper .dataTables_paginate {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue