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