mirror of
https://github.com/primer/css.git
synced 2024-12-29 17:12:27 +03:00
Unpaired strong
In line 159 exists a </strong> with out a <strong> in front of it.
This commit is contained in:
parent
40d508db29
commit
b29549ab69
@ -156,7 +156,7 @@ Include a link to allow users to take actions within a Toast.
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
<span class="Toast-content">Toast message goes here </strong><a href="#">Action.</a></span>
|
<span class="Toast-content">Toast message goes here<a href="#">Action.</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user