From: Chris Duncan Date: Fri, 31 Jul 2026 20:25:55 +0000 (-0700) Subject: Adjust block hash input width. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=4fb464348b9bc131a4ae52d0f6d89abe51dbf23e;p=nano-pow.git Adjust block hash input width. --- 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;}