Skip to content

Commit

Permalink
fix(app-admin): hide empty button container
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Jun 18, 2024
1 parent ccbd520 commit 06d81c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/app-admin/src/components/Buttons/Buttons.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ import styled from "@emotion/styled";
export const ButtonContainer = styled("div")`
margin-left: 16px;
text-wrap: nowrap;
&:empty {
display: none;
}
`;

0 comments on commit 06d81c1

Please sign in to comment.