Merge pull request #7826 from overleaf/ds-admin-panel-pagination

Pagination for admin panel

GitOrigin-RevId: 8d4f3619037abcd6df9921ec9ca162d4c3b4eb8c
This commit is contained in:
Timothée Alby 2022-05-18 15:45:57 +02:00 committed by Copybot
parent 7c243c6c50
commit 835a11df1e
2 changed files with 6 additions and 0 deletions

View file

@ -108,3 +108,5 @@
// module styles
// TODO: find a way for modules to add styles dynamically
@import 'modules/symbol-palette.less';
@import 'modules/admin-panel.less';

View file

@ -0,0 +1,4 @@
.admin-panel-pagination {
display: flex;
justify-content: center;
}