Skip to content

Commit 7654c6f

Browse files
sy-recordsmarcosmarcolin
authored andcommitted
Add word-break styling for SHA256 instructions (php#1346)
1 parent 682f6d6 commit 7654c6f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

styles/code-syntax.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ button.copy-to-clipboard-button:hover {
8888
font-size: 0.8rem;
8989
display: block;
9090
}
91+
92+
.instructions .sha256 {
93+
word-break: break-all;
94+
}

0 commit comments

Comments
 (0)