From 5b468450788b5d0d40b26f00796a33114d1a7629 Mon Sep 17 00:00:00 2001
From: ansuz <ansuz@transitiontech.ca>
Date: Tue, 7 Sep 2021 19:28:17 +0530
Subject: [PATCH] add a small margin below file upload preview container

---
 customize.dist/src/less2/include/modals-ui-elements.less | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/customize.dist/src/less2/include/modals-ui-elements.less b/customize.dist/src/less2/include/modals-ui-elements.less
index e8d9695c5..ffb6f95c9 100644
--- a/customize.dist/src/less2/include/modals-ui-elements.less
+++ b/customize.dist/src/less2/include/modals-ui-elements.less
@@ -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 {