Skip to content

Commit

Permalink
Fix: Give preview some min width and height (#237)
Browse files Browse the repository at this point in the history
So that it by default doesn't render all squishy that the user
considers it to be a bug. Some dimensions will at least show some preview.
  • Loading branch information
priyajeet committed Jul 21, 2017
1 parent 3c3eb06 commit 20f6056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ $header-height: 48px;
font-size: 13px;
height: 100%;
margin: 0;
min-height: 300px;
min-width: 300px;
overflow: hidden;
padding: 0;
position: relative;
Expand Down

0 comments on commit 20f6056

Please sign in to comment.