From 074f2b69ad1ceaea2925d8bfb1e8f06b2e095b27 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 31 Jul 2026 13:41:02 -0700 Subject: [PATCH] Set hash width. --- test/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/index.html b/test/index.html index 8c14ffb..ad6e29a 100644 --- a/test/index.html +++ b/test/index.html @@ -332,8 +332,9 @@ SPDX-License-Identifier: GPL-3.0-or-later ol li{display:grid;gap:0.25em;grid-template-columns:auto 1fr;} ol li::before{content:counters(i,'.')'.';counter-increment:i;} ol li>ol{grid-column:2;} + .full-width{width:100%;} .warning::before{content:'\0026a0\00FE0F';} - #hash{max-width:39rem;width:100vw;} + #hash{max-width:40rem;width:80vw;} #work{width:10rem;} @@ -367,7 +368,7 @@ SPDX-License-Identifier: GPL-3.0-or-later

Work Validation Tool

-
+
-- 2.52.0