From: Chris Duncan Date: Fri, 31 Jul 2026 20:31:49 +0000 (-0700) Subject: That seemed to work, so try defining block hash input width explicitly again. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=72486e7f4401d93cc7df33ea7e141775a87b4114;p=nano-pow.git That seemed to work, so try defining block hash input width explicitly again. --- 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;}