1
0
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:
David Baker
2024-06-12 23:35:02 +01:00
committed by GitHub
parent 6198ce511f
commit 25e4515c3c
3 changed files with 46 additions and 1 deletions

View File

@ -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;