From 6306d151b6f75c8a5d0837ddeded4dc77325bcc4 Mon Sep 17 00:00:00 2001 From: lauvrenn Date: Fri, 13 Dec 2019 16:29:44 +0100 Subject: [PATCH 1/2] Fix typo --- src/pages/Howto/Content/HowtoList/HowtoList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Howto/Content/HowtoList/HowtoList.tsx b/src/pages/Howto/Content/HowtoList/HowtoList.tsx index 942be876b0..793d6066a5 100644 --- a/src/pages/Howto/Content/HowtoList/HowtoList.tsx +++ b/src/pages/Howto/Content/HowtoList/HowtoList.tsx @@ -103,7 +103,7 @@ export class HowtoList extends React.Component { From 239db36582ac3f140329c8340047b3ca75f38268 Mon Sep 17 00:00:00 2001 From: lauvrenn Date: Fri, 13 Dec 2019 16:32:22 +0100 Subject: [PATCH 2/2] Undo commit from another PR --- src/pages/Howto/Content/Howto/Step/Step.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Howto/Content/Howto/Step/Step.tsx b/src/pages/Howto/Content/Howto/Step/Step.tsx index 8a72a6b072..c52dc417a3 100644 --- a/src/pages/Howto/Content/Howto/Step/Step.tsx +++ b/src/pages/Howto/Content/Howto/Step/Step.tsx @@ -34,7 +34,7 @@ export default class Step extends React.PureComponent { card mediumRadius justifyContent={'center'} - py={4} + py={3} px={4} bg={'white'} width={1}