We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3276c5c commit f013be6Copy full SHA for f013be6
.changeset/curly-pans-march.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Fixing broken close span tag in the docs.
docs/content/components/forms.md
@@ -24,7 +24,7 @@ All our inputs and buttons side-by-side for easy testing of sizing and alignment
24
<button class="btn" type="button">Button</button>
25
<button class="btn" type="button" aria-expanded="false" aria-haspopup="true">
26
Select menu
27
- <span class="dropdown-caret">
+ <span class="dropdown-caret"></span>
28
</button>
29
<input class="form-control" type="text" placeholder="Standard input" aria-label="Repository description" />
30
<input class="form-control input-monospace" type="text" placeholder="Monospace input" aria-label="SHA" />
0 commit comments