Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(component): remove preview pane border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and marionebl committed May 5, 2018
1 parent fa85f72 commit a3a0b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lsg/patterns/panes/preview-pane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@ const StyledPreviewFrame = styled('iframe')`
width: 100%;
height: 100%;
border: none;
border-radius: 6px 6px 0 0;
overflow: hidden;
`;

0 comments on commit a3a0b68

Please sign in to comment.