Skip to content

Commit 0835c57

Browse files
nowrap
1 parent bf4528f commit 0835c57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quartz/styles/custom.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ h6 {
6464
color: #a495df;
6565
&::before {
6666
content: $internal-link-svg;
67+
white-space: nowrap;
6768
}
6869
border-bottom: $internal-link-underline;
6970
&:hover {
@@ -73,6 +74,7 @@ h6 {
7374
&.external {
7475
&::after {
7576
content: $external-link-svg;
77+
white-space: nowrap;
7678
}
7779
border-radius: 0;
7880
border-bottom: $external-link-underline;

0 commit comments

Comments
 (0)