diff --git a/stylesheets/components/StoryLinkPreview.scss b/stylesheets/components/StoryLinkPreview.scss index 41c79ee3cad0..d784a8cb9cb3 100644 --- a/stylesheets/components/StoryLinkPreview.scss +++ b/stylesheets/components/StoryLinkPreview.scss @@ -9,6 +9,8 @@ display: inline-flex; max-width: 560px; min-width: 560px; + // no taller than 2:3 + max-height: calc(560px / (2 / 3)); overflow: hidden; &__content { @@ -64,6 +66,10 @@ } } + &__icon-container { + overflow: hidden; + } + &--tall { flex-direction: column; }