From 4fb464348b9bc131a4ae52d0f6d89abe51dbf23e Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 31 Jul 2026 13:25:55 -0700 Subject: [PATCH] Adjust block hash input width. --- test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index edcdf2d..7d6752f 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;} -- 2.52.0