Skip to content

Commit 7826da9

Browse files
authored
Add word-break styling for SHA256 instructions (#1346)
1 parent ffb280f commit 7826da9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)