diff --git a/src/components/planning/PlanningsPage.module.scss b/src/components/planning/PlanningsPage.module.scss index 55c733f..4cacb6f 100644 --- a/src/components/planning/PlanningsPage.module.scss +++ b/src/components/planning/PlanningsPage.module.scss @@ -56,8 +56,12 @@ text-align: right; } - button:first-of-type { - margin-right: 5px; + button { + margin-left: 5px; + + &:first-of-type { + margin-left: 0; + } } } diff --git a/src/components/planning/PlanningsPage.tsx b/src/components/planning/PlanningsPage.tsx index 6c14d57..6b41d8c 100644 --- a/src/components/planning/PlanningsPage.tsx +++ b/src/components/planning/PlanningsPage.tsx @@ -81,6 +81,7 @@ class PlanningsPage extends React.Component