@primer/css 20.8.0-rc.db5350d7 → 20.8.0-rc.f2ea6d86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,7 @@
8
8
  margin: 0;
9
9
  // stylelint-disable-next-line primer/typography
10
10
  font-size: 85%;
11
+ white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
11
12
  background-color: var(--color-neutral-muted);
12
13
  border-radius: $border-radius;
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "20.8.0-rc.db5350d7",
3
+ "version": "20.8.0-rc.f2ea6d86",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",