Aman-Mittal commented on code in PR #500:
URL:
https://github.com/apache/fineract-backoffice-ui/pull/500#discussion_r3943470556
##########
src/app/shared/components/paginator/paginator.component.ts:
##########
@@ -119,6 +119,27 @@ import { PageEvent } from '../../models/table.model';
--padding-end: 6px;
margin: 0;
}
+ @media (max-width: 768px) {
+ .paginator {
+ display: grid;
+ grid-template-columns: max-content minmax(0, 1fr) repeat(4, auto);
Review Comment:
Also add e2e coverage for mobile view
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]