diff --git a/source/components/ui/Button/button.css b/source/components/ui/Button/button.css index d88d9bf27..c72635682 100644 --- a/source/components/ui/Button/button.css +++ b/source/components/ui/Button/button.css @@ -140,6 +140,8 @@ opacity: 0.6; border: none; padding: 0.6rem 0; + margin-top: 0; + margin-bottom: 0; color: inherit; } diff --git a/source/components/ui/index.css b/source/components/ui/index.css index 2d9041b88..a1a13d047 100644 --- a/source/components/ui/index.css +++ b/source/components/ui/index.css @@ -21,6 +21,7 @@ button { .ui__.answer-group { display: flex; justify-content: flex-end; + align-items: center; } @media (max-width: 500px) { .ui__.answer-group { @@ -29,7 +30,7 @@ button { .ui__.answer-group > * { flex-grow: 1; flex-shrink: 0; - margin-right: 0; + margin: 0.5rem !important; } } diff --git a/source/sites/mycompanyinfrance.fr/pages/Company/PickLegalStatus.js b/source/sites/mycompanyinfrance.fr/pages/Company/PickLegalStatus.js index e5ae8abc6..8a750c044 100644 --- a/source/sites/mycompanyinfrance.fr/pages/Company/PickLegalStatus.js +++ b/source/sites/mycompanyinfrance.fr/pages/Company/PickLegalStatus.js @@ -153,14 +153,7 @@ const SetMainStatus = ({ history, possibleStatus, goBackToPreviousQuestion, t, l )} - -
+