diff --git a/src/components/media-types/image/index.module.scss b/src/components/media-types/image/index.module.scss index 58b91ba58..24f9f40c2 100644 --- a/src/components/media-types/image/index.module.scss +++ b/src/components/media-types/image/index.module.scss @@ -7,7 +7,7 @@ // min-inline-size: 200px; max-height: $max-token-height; max-width: 100%; - width: 100vw; + width: max-content; margin: 0 auto; border: none;