From 72486e7f4401d93cc7df33ea7e141775a87b4114 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 31 Jul 2026 13:31:49 -0700 Subject: [PATCH] That seemed to work, so try defining block hash input width explicitly again. --- test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index 384473c..5ea8e52 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{max-width:39rem;width:100vw;} + #hash{width:39rem;} #work{width:10rem;} -- 2.52.0