Skip to content

Commit

Permalink
fix(playground): Prevent Playground examples being cut off #12
Browse files Browse the repository at this point in the history
  • Loading branch information
timatf1v committed Jan 30, 2020
1 parent 21ee784 commit 10bedb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/RedLiner/RedLiner.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@
text-transform: uppercase;
}
}

// Add space around examples in docz's Playground
div[data-testid="live-preview"] {
padding: 44px 0 44px 30px;
}

0 comments on commit 10bedb7

Please sign in to comment.