Browse Source

limit the width of the preview component

pull/4023/head
Maurits Lourens 5 years ago
parent
commit
342e3a218e
  1. 1
      packages/builder/src/components/integration/QueryViewer.svelte

1
packages/builder/src/components/integration/QueryViewer.svelte

@ -218,6 +218,7 @@
.viewer {
min-height: 200px;
width: 640px;
}
.preview {

Loading…
Cancel
Save