From 0a93097718be9f5e839469942d225ed787b604a8 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 31 Jul 2026 13:35:00 -0700 Subject: [PATCH] Revert hash width. --- test/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/index.html b/test/index.html index 5ea8e52..8c14ffb 100644 --- a/test/index.html +++ b/test/index.html @@ -333,7 +333,7 @@ SPDX-License-Identifier: GPL-3.0-or-later ol li::before{content:counters(i,'.')'.';counter-increment:i;} ol li>ol{grid-column:2;} .warning::before{content:'\0026a0\00FE0F';} - #hash{width:39rem;} + #hash{max-width:39rem;width:100vw;} #work{width:10rem;} @@ -367,8 +367,10 @@ SPDX-License-Identifier: GPL-3.0-or-later

Work Validation Tool

- -
+
+ +
+
-- 2.52.0