fix url wrapping on markdown links
This commit is contained in:
parent
e198caffd7
commit
4d9731d9c2
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@
|
|||
height: 2rem;
|
||||
line-height: 2rem;
|
||||
|
||||
.button__label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
color: var(--color-gray-2);
|
||||
|
|
Loading…
Add table
Reference in a new issue