Merge pull request #2440 from mslourens/querybuilder_results_width

limit the width of the preview component
This commit is contained in:
Martin McKeaveney 2021-08-30 22:52:55 +01:00 committed by GitHub
commit 36db93fd7d
1 changed files with 1 additions and 0 deletions

View File

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