From ae98de2e61958068e989da27eea7a35c141c1bfa Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 24 Apr 2023 17:18:34 +0300 Subject: [PATCH] fix: Buttons markup error --- src/components/Page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Page.tsx b/src/components/Page.tsx index 0013d75ee..6fc206599 100644 --- a/src/components/Page.tsx +++ b/src/components/Page.tsx @@ -43,10 +43,9 @@ export const PageContent = styled.div` `; export const PageActions = styled.div` - justify-self: right; - justify-items: end; - - align-content: space-between; + display: flex; + align-items: start; + justify-content: right; > * + * { margin-left: ${gapS};