Skip to content

Commit 4117313

Browse files
committed
Fix long inline code overflow on mobile
1 parent 26e0034 commit 4117313

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/styles/article.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ h3 a {
6969
padding: v-size(1, "em") v-size(2, "em");
7070
border-radius: 6px;
7171
background-color: var(--c-accent-2);
72+
word-break: break-word;
7273
}
7374

7475
$codeSpacing: v-size(6, "em");

0 commit comments

Comments
 (0)