Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-08-24T12:10:39+08:00

Commit: 
https://github.com/php/web-php/commit/7826da991a2deed8dc5c7f69ae43c1508cd88a50
Raw diff: 
https://github.com/php/web-php/commit/7826da991a2deed8dc5c7f69ae43c1508cd88a50.diff

Add word-break styling for SHA256 instructions (#1346)

Changed paths:
  M  styles/code-syntax.css


Diff:

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;
+}

Reply via email to