Skip to content

Commit

Permalink
Stylelint auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 30, 2022
1 parent 4f11037 commit 3db36ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markdown/code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
margin: 0;
// stylelint-disable-next-line primer/typography
font-size: 85%;
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
background-color: var(--color-neutral-muted);
border-radius: $border-radius;
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines

br { display: none; }
}
Expand Down

0 comments on commit 3db36ac

Please sign in to comment.