Skip to content

Commit

Permalink
fix(workspace): paginator now positioned on right side
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed Sep 1, 2023
1 parent a057d42 commit 3c2881b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pages/portal/portal.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ igo-workspace-selector {
}

igo-entity-table-paginator {
position: absolute;
right: 0;
@include mobile {
margin-left: -30px;
}
Expand Down

0 comments on commit 3c2881b

Please sign in to comment.