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;