summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/Suggestions.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app/src/components/Suggestions.tsx')
-rw-r--r--extension/react-app/src/components/Suggestions.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/react-app/src/components/Suggestions.tsx b/extension/react-app/src/components/Suggestions.tsx
index ed2eb558..bdda7579 100644
--- a/extension/react-app/src/components/Suggestions.tsx
+++ b/extension/react-app/src/components/Suggestions.tsx
@@ -150,6 +150,8 @@ const NUM_STAGES = suggestionsStages.length;
const TutorialDiv = styled.div`
margin: 4px;
+ margin-left: 8px;
+ margin-right: 8px;
position: relative;
background-color: #ff02;
border-radius: ${defaultBorderRadius};