trypost/tests/Browser
Paulo Castellano f9a1731073 fix(auth): stop AuthSplitLayout overflowing on mobile with wide content
The mobile grid column was implicit (auto), so it sized to content — a long
workspace name (truncate = nowrap, wide intrinsic size) stretched the form
column to its max-w-lg (512px) and overflowed a 375px viewport by ~31px on the
workspaces list. Make the column an explicit minmax(0,1fr) track and give the
grid item min-w-0 so it stays within the viewport and the name truncates.

Found by a runtime horizontal-overflow check; adds MobileOverflowTest guarding
it across the layout variants (AuthLayout, default, full-width editor, detail).
2026-07-17 20:00:13 -03:00
..
AltTextTest.php Harden per-image alt text across publishers, validation, and attach paths 2026-07-16 13:55:33 -03:00
ImageCropperTest.php Add frontend unit tests and harden the cropper's test coverage 2026-07-04 09:56:38 -03:00
MobileAutomationsTest.php feat(automations): mobile-safe builder with desktop notice 2026-07-17 18:38:20 -03:00
MobileEditorTest.php feat(posts): make the post editor usable on mobile 2026-07-17 18:38:20 -03:00
MobileGalleryTest.php feat(assets): touch-friendly gallery card actions on mobile 2026-07-17 18:38:20 -03:00
MobileOverflowTest.php fix(auth): stop AuthSplitLayout overflowing on mobile with wide content 2026-07-17 20:00:13 -03:00