fix url wrapping on markdown links

This commit is contained in:
Sean Yesmunt 2020-10-28 12:21:23 -04:00
parent e198caffd7
commit 4d9731d9c2

View file

@ -193,6 +193,10 @@
height: 2rem;
line-height: 2rem;
.button__label {
white-space: nowrap;
}
&:hover {
text-decoration: underline;
color: var(--color-gray-2);