From 39591601604fc976f29f52f652181f1d6d02db3b Mon Sep 17 00:00:00 2001
From: Natalia Momotenko <nmomotenko@ebay.com>
Date: Sat, 14 Mar 2015 12:29:19 +0200
Subject: [PATCH] MAGETWO-34550: Custom option with image limits has its
 legends displayed glued on PDP

---
 .../blank/Magento_Catalog/web/css/source/_module.less     | 7 +++++++
 .../luma/Magento_Catalog/web/css/source/_module.less      | 8 ++++++++
 2 files changed, 15 insertions(+)

diff --git a/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less
index e96d4b1f33c..35ecf5e74e4 100644
--- a/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less
+++ b/app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less
@@ -210,6 +210,13 @@
     .product-reviews-summary .reviews-actions {
         .font-size(@font-size__base);
     }
+    .product-options-wrapper {
+        .field {
+            .note {
+                display: block;
+            }
+        }
+    }
 }
 
 .product-info-main,
diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less
index 95aded3d85a..839f0571a4a 100644
--- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less
+++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less
@@ -249,6 +249,14 @@
             margin-top: @form-field__vertical-indent;
         }
     }
+    .product-options-wrapper {
+        .field {
+            .note {
+                display: block;
+                .css(margin-top, @indent__xs);
+            }
+        }
+    }
 }
 
 .product-options-bottom .price-box,
-- 
GitLab