1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

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

View file

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