web: Components: Added containerWidth property for Link component as styled-component fix.

This commit is contained in:
Ilya Oleshko 2019-09-10 15:08:17 +03:00
parent 2c101d934f
commit 7f3dff2933

View File

@ -13,6 +13,7 @@ const SimpleLink = ({
type,
color,
title,
containerWidth,
...props
}) => <a {...props} />;