Merge pull request #150 from Budibase/preview-pane-resizing

Resized preview pane
This commit is contained in:
Michael Shanks 2020-03-09 13:09:18 +00:00 committed by GitHub
commit 5884948739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
.preview-pane {
grid-column: 2;
margin: 80px 60px;
margin: 40px;
background: #fff;
border-radius: 5px;
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05);