mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Merge pull request #7826 from overleaf/ds-admin-panel-pagination
Pagination for admin panel GitOrigin-RevId: 8d4f3619037abcd6df9921ec9ca162d4c3b4eb8c
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user