diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index f36a63a6edd..cfd8c9f828e 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 {