From cf816b54eabed92ad51ac20f6905a772220f199e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Mon, 28 Mar 2022 10:59:08 +0200 Subject: [PATCH] chore(dashboard): remove margin for question mark button --- dashboard/src/components/QuestionMarkButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/QuestionMarkButton.js b/dashboard/src/components/QuestionMarkButton.js index 0a9835525..9bde28cef 100644 --- a/dashboard/src/components/QuestionMarkButton.js +++ b/dashboard/src/components/QuestionMarkButton.js @@ -10,7 +10,7 @@ const QuestionMarkButtonDiv = styled.button` width: 20px; height: 20px; border-radius: 20px; - margin-left: 10px; + margin-left: 5px; box-shadow: none; border: 1px solid ${theme.main}; color: ${theme.main};