From 96531eff7a83365f2852a6f562bd9f9389a45411 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Fri, 19 Feb 2021 14:27:28 -0500 Subject: [PATCH] fixes survey row alignment issue --- .../src/screens/Template/Survey/SurveyListItem.jsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/awx/ui_next/src/screens/Template/Survey/SurveyListItem.jsx b/awx/ui_next/src/screens/Template/Survey/SurveyListItem.jsx index 487488cb2e..076c9629d6 100644 --- a/awx/ui_next/src/screens/Template/Survey/SurveyListItem.jsx +++ b/awx/ui_next/src/screens/Template/Survey/SurveyListItem.jsx @@ -20,10 +20,12 @@ import DataListCell from '../../../components/DataListCell'; import ChipGroup from '../../../components/ChipGroup'; const DataListAction = styled(_DataListAction)` - margin-left: 0; - margin-right: 20px; - padding-top: 15px; - padding-bottom: 15px; + && { + margin-left: 0; + margin-right: 20px; + padding-top: 0; + padding-bottom: 0; + } `; const Button = styled(_Button)` padding-top: 0;