diff --git a/app/assets/stylesheets/alchemy/archive.scss b/app/assets/stylesheets/alchemy/archive.scss index a5f5d1b3e5..6979addeaf 100644 --- a/app/assets/stylesheets/alchemy/archive.scss +++ b/app/assets/stylesheets/alchemy/archive.scss @@ -74,7 +74,7 @@ background: $thumbnail-background; } - &[src$=".svg"]:not([src*="alchemy/missing-image"]) { + &[src*=".svg"]:not([src*="alchemy/missing-image"]) { width: var(--picture-width); max-height: var(--picture-height); }