Merge pull request #444 from dod-ccpo/paginate-audit-log

Paginate audit log
This commit is contained in:
richard-dds
2018-11-19 10:58:07 -05:00
committed by GitHub
8 changed files with 133 additions and 6 deletions

View File

@@ -20,3 +20,15 @@
margin-bottom: $gap;
}
}
.pagination {
width: 80%;
display: flex;
margin: auto;
flex-direction: row;
flex-wrap: wrap;
}
.page {
margin: .5em;
}