diff --git a/backend/app/assets/stylesheets/spree/backend/shared/_forms.scss b/backend/app/assets/stylesheets/spree/backend/shared/_forms.scss
index 256f5903f0c..cae836b3daa 100644
--- a/backend/app/assets/stylesheets/spree/backend/shared/_forms.scss
+++ b/backend/app/assets/stylesheets/spree/backend/shared/_forms.scss
@@ -167,6 +167,9 @@ fieldset {
&.no-border-bottom {
border-bottom: none;
+ }
+
+ &.no-margin-bottom {
margin-bottom: 0;
}
diff --git a/backend/app/views/spree/admin/images/index.html.erb b/backend/app/views/spree/admin/images/index.html.erb
index 4e8d76e5bce..23a9a996053 100644
--- a/backend/app/views/spree/admin/images/index.html.erb
+++ b/backend/app/views/spree/admin/images/index.html.erb
@@ -13,7 +13,7 @@
<%= render 'new', product: @product, image: Spree::Image.new(viewable: @product) %>
-