diff --git a/app/assets/stylesheets/alchemy/archive.scss b/app/assets/stylesheets/alchemy/archive.scss index 6979addeaf..9b814cad86 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); }