From 09c0f0195d4149046ad538b0a25518316d7642af Mon Sep 17 00:00:00 2001 From: Pavel Bystritsky Date: Tue, 29 Jan 2019 14:10:52 +0200 Subject: [PATCH] ENGCOM-3991: Static test fix. --- .../web/css/source/_module.less | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less index 824d04b1dedff..0f91f857a715c 100644 --- a/app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less @@ -20,17 +20,17 @@ & when (@media-common = true) { .search { - .fieldset { - .control { - .addon { - input { - flex-basis: auto; - width: 100%; - } - } - } - } - } + .fieldset { + .control { + .addon { + input { + flex-basis: auto; + width: 100%; + } + } + } + } + } .block-search { margin-bottom: 0;