1
1
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:
hiroki osame 2021-10-18 18:26:43 -04:00 committed by GitHub
parent 3276c5c565
commit f013be66db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Fixing broken close span tag in the docs.

View File

@ -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" />