You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Fix image upload preview size (#12607)
* Fix image upload preview size and add a playwright test for it * Add the actual playwright test
This commit is contained in:
@ -333,7 +333,7 @@ legend {
|
||||
z-index: var(--dialog-zIndex-standard);
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: min-content;
|
||||
max-width: fit-content;
|
||||
box-sizing: border-box;
|
||||
max-height: calc(100% - var(--cpd-space-6x));
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user