fix: prevent extra link icon from shrinking with long text

This commit is contained in:
Jean-Philippe Sirois
2019-08-22 01:33:03 -04:00
parent 424d1cb372
commit 7300cb5248
+1
View File
@@ -50,6 +50,7 @@ const extraLink = css`
svg {
width: 14px;
flex: 0 0 14px;
transform: rotate(90deg);
margin-right: 6px;
}