Merge pull request #2440 from mslourens/querybuilder_results_width
limit the width of the preview component
This commit is contained in:
commit
36db93fd7d
|
@ -235,6 +235,7 @@
|
||||||
|
|
||||||
.viewer {
|
.viewer {
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
|
width: 640px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
|
|
Loading…
Reference in New Issue