mirror of
https://github.com/primer/css.git
synced 2024-11-29 14:14:26 +03:00
docs: close span tag (#1680)
* docs: close span tag * Create curly-pans-march.md Co-authored-by: Jon Rohan <rohan@github.com>
This commit is contained in:
parent
3276c5c565
commit
f013be66db
5
.changeset/curly-pans-march.md
Normal file
5
.changeset/curly-pans-march.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Fixing broken close span tag in the docs.
|
@ -24,7 +24,7 @@ All our inputs and buttons side-by-side for easy testing of sizing and alignment
|
||||
<button class="btn" type="button">Button</button>
|
||||
<button class="btn" type="button" aria-expanded="false" aria-haspopup="true">
|
||||
Select menu
|
||||
<span class="dropdown-caret">
|
||||
<span class="dropdown-caret"></span>
|
||||
</button>
|
||||
<input class="form-control" type="text" placeholder="Standard input" aria-label="Repository description" />
|
||||
<input class="form-control input-monospace" type="text" placeholder="Monospace input" aria-label="SHA" />
|
||||
|
Loading…
Reference in New Issue
Block a user