Upload image preview needs width on desktop

This commit is contained in:
Kris 2019-05-17 11:25:35 -04:00
parent 7696b92c8c
commit 7eea2e35e4
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@
.uploaded-image-preview {
height: 270px;
width: 400px;
max-height: 150px;
margin-bottom: 10px;
}
.image-upload-controls {