From d14c8e2277a76ceb658fba46a32af8d1ef7ebe8d Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Tue, 7 Jan 2020 16:42:06 -0500 Subject: [PATCH] Don't warp stickers in the preview modal --- stylesheets/_modules.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index f36a63a6ed..cfd8c9f828 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5598,10 +5598,13 @@ button.module-image__border-overlay:focus { &__cell { width: 96px; height: 96px; + display: flex; + justify-content: center; + align-items: center; &__image { width: 100%; - height: 100%; + height: auto; } &--placeholder {