From 4c20f71463d2de5dbd933a42be5f50f2055ede81 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Sat, 23 Aug 2025 12:23:52 +0800 Subject: [PATCH] Add word-break styling for SHA256 instructions --- styles/code-syntax.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/code-syntax.css b/styles/code-syntax.css index 0948c34b35..3c34b61d0a 100644 --- a/styles/code-syntax.css +++ b/styles/code-syntax.css @@ -88,3 +88,7 @@ button.copy-to-clipboard-button:hover { font-size: 0.8rem; display: block; } + +.instructions .sha256 { + word-break: break-all; +}