Skip to content

Commit

Permalink
fix(PanelBody): update style (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalpanaNagan authored Oct 3, 2023
1 parent 6d35707 commit adde118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Panel/PanelBody.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const SPanelBody = styled.div`
border-radius: ${(props: Props) => props.theme.panel.body.borderRadius};
padding: ${(props: Props) =>
props.noPadding ? '10px' : props.theme.panel.body.padding};
overflow: hidden;
height: auto;
`;

Expand Down

0 comments on commit adde118

Please sign in to comment.