GruffElixir commented on code in PR #499:
URL:
https://github.com/apache/fineract-backoffice-ui/pull/499#discussion_r3943628226
##########
src/app/features/dashboard/system-status.component.ts:
##########
@@ -499,6 +499,11 @@ import {
background: rgba(46, 204, 113, 0.16);
color: var(--success-color);
}
+ @media (max-width: 768px) {
Review Comment:
Added a dedicated mobile Playwright regression in e2e/mobile-shell.spec.ts.
It asserts the dashboard layout resolves to one grid track at the Pixel 7
viewport, covering the mobile stacking behavior directly.
--
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]