Merge pull request #307 from NoRedInk/lab/alert-icon-does-not-shrink

Icon in Alert module doesn't shrink
This commit is contained in:
Juan Edi 2019-07-08 16:54:45 -03:00 committed by GitHub
commit 1f114173ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,7 @@ iconContainer styles icon =
, Css.justifyContent Css.center
, Css.marginRight (Css.px 5)
, Css.lineHeight (Css.px 13)
, Css.flexShrink Css.zero
-- Size
, Css.borderRadius (Css.px 13)