From bb2ca3df7ee8f84f88bcceaf7cf421030a3419cd Mon Sep 17 00:00:00 2001 From: signor1 Date: Sat, 13 Jun 2026 06:33:27 +0100 Subject: [PATCH] Wrap long ScVal byte values to prevent mobile horizontal overflow --- contract/sc-val.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contract/sc-val.scss b/contract/sc-val.scss index e760976..c35c392 100644 --- a/contract/sc-val.scss +++ b/contract/sc-val.scss @@ -1,3 +1,5 @@ .sc-val { line-height: 1; + // Break long byte/hash values so they don't overflow the screen on mobile. + overflow-wrap: anywhere; } \ No newline at end of file