Skip to content

Commit 3fbb738

Browse files
authored
Fix linter (#2338)
* Lint * Remove trailing whitespace
1 parent 666a429 commit 3fbb738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown/code.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
margin: 0;
99
// stylelint-disable-next-line primer/typography
1010
font-size: 85%;
11+
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
1112
background-color: var(--color-neutral-muted);
1213
border-radius: $border-radius;
13-
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
1414

1515
br { display: none; }
1616
}

0 commit comments

Comments
 (0)