Skip to content

Commit

Permalink
chore(dashboard): remove margin for question mark button
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Mar 28, 2022
1 parent a676d48 commit cf816b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/QuestionMarkButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit cf816b5

Please sign in to comment.