Skip to content

Commit 82f3041

Browse files
crochefortrochefocGarneauma
authored
Patch - 404 page template: Fixing overlap issue of signature on small screens (wet-boew#2655)
* SVG overflow at 320px screen width (WCAG 1.4.10) Discovered via automated Playwright test for WCAG 1.4.10 (Reflow). SVG was exceeding viewport width on small screens. Ensures proper reflow and accessibility on narrow viewports. * Update sites/servermessage/_screen.scss --------- Co-authored-by: rochefoc <christian.rochefort@tpsgc-pwgsc.gc.ca> Co-authored-by: Garneauma <garneauma@gmail.com>
1 parent fe465ce commit 82f3041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sites/servermessage/_screen.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#gcwu-sig,
1313
#wmms {
1414
height: 2em;
15+
max-width: 100%;
1516
}
1617

1718
#wmms {

0 commit comments

Comments
 (0)