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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;