GruffElixir commented on code in PR #500:
URL: 
https://github.com/apache/fineract-backoffice-ui/pull/500#discussion_r3943628653


##########
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:
   Added a dedicated mobile Playwright regression in e2e/mobile-shell.spec.ts. 
It asserts the paginator uses an intrinsic max-content label track and keeps 
the translated label on one line at the Pixel 7 viewport.



-- 
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]

Reply via email to