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:
parent
6198ce511f
commit
25e4515c3c
3 changed files with 46 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue