Merge pull request #73 from the-programmers-hangout/fix-resources-extra-link

fix: prevent extra link icon from shrinking with long text
This commit is contained in:
Jean-Philippe Sirois
2019-08-22 01:33:19 -04:00
committed by GitHub
+1
View File
@@ -50,6 +50,7 @@ const extraLink = css`
svg {
width: 14px;
flex: 0 0 14px;
transform: rotate(90deg);
margin-right: 6px;
}