add a small margin below file upload preview container

pull/1/head
ansuz 3 years ago
parent 8101276b51
commit 5b46845078

@ -277,7 +277,8 @@
max-width: 100%;
max-height: 300px;
overflow: auto;
// XXX these styles yield weird results for tall, thin images
margin-bottom: 15px;
// FIXME these styles yield weird results for tall, thin images
// maybe img { object-fit: contain; } or scale-down are options
// but they have problems too
media-tag {

Loading…
Cancel
Save