From 8b5fcddc278bf1d4c0a8ebaa929b6234716fcace Mon Sep 17 00:00:00 2001 From: Florian Zia Date: Mon, 15 Jul 2024 15:49:37 +0200 Subject: [PATCH] fix: Horizontally center CSAT banner buttons --- .../components/client/csat_survey/CsatSurveyBanner.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/client/csat_survey/CsatSurveyBanner.module.scss b/src/app/components/client/csat_survey/CsatSurveyBanner.module.scss index 26819f03c85..6cf99679788 100644 --- a/src/app/components/client/csat_survey/CsatSurveyBanner.module.scss +++ b/src/app/components/client/csat_survey/CsatSurveyBanner.module.scss @@ -23,6 +23,7 @@ align-items: center; display: flex; flex-flow: row wrap; + justify-content: center; gap: $spacing-sm; .answer {