mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #7826 from overleaf/ds-admin-panel-pagination
Pagination for admin panel GitOrigin-RevId: 8d4f3619037abcd6df9921ec9ca162d4c3b4eb8c
This commit is contained in:
parent
7c243c6c50
commit
835a11df1e
2 changed files with 6 additions and 0 deletions
|
@ -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';
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
.admin-panel-pagination {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
Loading…
Reference in a new issue