Merge pull request #150 from Budibase/preview-pane-resizing
Resized preview pane
This commit is contained in:
commit
5884948739
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
.preview-pane {
|
.preview-pane {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
margin: 80px 60px;
|
margin: 40px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05);
|
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05);
|
||||||
|
|
Loading…
Reference in New Issue