mirror of
https://github.com/primer/css.git
synced 2024-11-26 12:14:22 +03:00
Remove <p>
This commit is contained in:
parent
efbed684ee
commit
f61a726733
@ -115,7 +115,7 @@ Create a button that looks like a link with `.btn-link`. Rather than using an `<
|
||||
**The `.btn-link` class is not designed to be used with `.btn`; the overlapping styles are not compatible.**
|
||||
|
||||
```html live
|
||||
<p><button class="btn-link" type="button">Link button</button></p>
|
||||
<button class="btn-link" type="button">Link button</button>
|
||||
```
|
||||
|
||||
## Button with counts
|
||||
|
Loading…
Reference in New Issue
Block a user