Upload image preview needs width on desktop
This commit is contained in:
parent
7696b92c8c
commit
7eea2e35e4
|
@ -44,6 +44,9 @@
|
||||||
|
|
||||||
.uploaded-image-preview {
|
.uploaded-image-preview {
|
||||||
height: 270px;
|
height: 270px;
|
||||||
|
width: 400px;
|
||||||
|
max-height: 150px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-upload-controls {
|
.image-upload-controls {
|
||||||
|
|
Loading…
Reference in New Issue