Skip to content

Commit

Permalink
fix: Buttons markup error
Browse files Browse the repository at this point in the history
  • Loading branch information
asabotovich committed Apr 24, 2023
1 parent 22b0d1e commit ae98de2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit ae98de2

Please sign in to comment.