Skip to content

Commit

Permalink
fix: increase default height of raw data view in flux cells (#19401)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpaxton authored Aug 20, 2020
1 parent 9b02fa6 commit 95e270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/notebooks/pipes/Query/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ register({
button: 'Flux Script',
initial: {
panelVisibility: 'visible',
panelHeight: 200,
panelHeight: 330,
activeQuery: 0,
queries: [
{
Expand Down

0 comments on commit 95e270d

Please sign in to comment.