Merge pull request #444 from dod-ccpo/paginate-audit-log
Paginate audit log
This commit is contained in:
@@ -20,3 +20,15 @@
|
||||
margin-bottom: $gap;
|
||||
}
|
||||
}
|
||||
|
||||
.pagination {
|
||||
width: 80%;
|
||||
display: flex;
|
||||
margin: auto;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.page {
|
||||
margin: .5em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user