We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666a429 commit 3fbb738Copy full SHA for 3fbb738
src/markdown/code.scss
@@ -8,9 +8,9 @@
8
margin: 0;
9
// stylelint-disable-next-line primer/typography
10
font-size: 85%;
11
+ white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
12
background-color: var(--color-neutral-muted);
13
border-radius: $border-radius;
- white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
14
15
br { display: none; }
16
}
0 commit comments