From 4cdf98a47e7d74f5d83cb80336900290f231e4d8 Mon Sep 17 00:00:00 2001 From: Bogdan Cochior <bogdan.cochior@thinslices.com> Date: Tue, 10 Jul 2018 17:04:33 +0300 Subject: [PATCH] style(recommendation): fix UI on recommendation modal --- .../src/components/MakeRecommendation/StepTwo.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/components-faraday/src/components/MakeRecommendation/StepTwo.js b/packages/components-faraday/src/components/MakeRecommendation/StepTwo.js index 7081d58f0..42950b279 100644 --- a/packages/components-faraday/src/components/MakeRecommendation/StepTwo.js +++ b/packages/components-faraday/src/components/MakeRecommendation/StepTwo.js @@ -18,7 +18,7 @@ import { utils } from './' import { FormItems } from '../UIComponents' const { - Row, + Row: FormRow, Err, Label, Title, @@ -212,4 +212,9 @@ const CustomRowItem = RowItem.extend` justify-content: flex-end; } ` +const Row = FormRow.extend` + div[role='alert'] { + margin-top: 0; + } +` // #endregion -- GitLab