mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 06:35:47 +00:00
Merge pull request #15451 from FabienGreard/main
Fix https://github.com/strapi/strapi/issues/15275
This commit is contained in:
commit
89e6107ffe
@ -13,6 +13,7 @@ const VideoPreviewWrapper = styled(Box)`
|
||||
canvas,
|
||||
video {
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
max-width: 100%;
|
||||
max-height: ${({ size }) => (size === 'M' ? 164 / 16 : 88 / 16)}rem;
|
||||
}
|
||||
|
||||
@ -332,6 +332,7 @@ exports[`MediaLibrary / AssetList snapshots the asset list 1`] = `
|
||||
.c28 canvas,
|
||||
.c28 video {
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
max-width: 100%;
|
||||
max-height: 10.25rem;
|
||||
}
|
||||
|
||||
@ -680,6 +680,7 @@ exports[`PendingAssetStep snapshots the component with valid cards 1`] = `
|
||||
.c50 canvas,
|
||||
.c50 video {
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
max-width: 100%;
|
||||
max-height: 5.5rem;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user