Skip to content

Commit

Permalink
fix(Preview): Add horizontal padding to preview panel
Browse files Browse the repository at this point in the history
Prevents content from running up to borders when the panel is narrow
  • Loading branch information
alex-ketch committed Jun 29, 2021
1 parent a210883 commit 65532a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:host {
@apply overflow-y-auto h-full w-full block;
@apply overflow-y-auto h-full w-full block px-4;
border-color: var(--color-neutral-300);
}

0 comments on commit 65532a5

Please sign in to comment.