We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53eef5f + d8244a2 commit d6e8356Copy full SHA for d6e8356
1 file changed
packages/docs/src/scss/abstracts/_mixins.scss
@@ -91,6 +91,9 @@
91
z-index: 0;
92
content: attr(data-text);
93
94
+ // Mitigating the positioning by 4px from the left to not have the words break incorrectly (see #GH-1158)
95
+ margin-right: -4px;
96
+
97
background-image: radial-gradient(
98
$color-brand-purple 0%,
99
$color-brand-purple 60%,
0 commit comments