Skip to content

Commit

Permalink
[explorev2] giving more room for long textboxes (#1881)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Jan 4, 2017
1 parent 242869d commit a1e3fc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions superset/assets/javascripts/explorev2/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export const commonControlPanelSections = {
sqlClause: {
label: 'SQL',
fieldSetRows: [
['where', 'having'],
['where'],
['having'],
],
description: 'This section exposes ways to include snippets of SQL in your query',
},
Expand Down Expand Up @@ -223,7 +224,8 @@ const visTypes = {
{
label: null,
fieldSetRows: [
['markup_type', 'code'],
['markup_type'],
['code'],
],
},
],
Expand Down Expand Up @@ -722,4 +724,3 @@ export function sectionsToRender(vizType, datasourceType) {
);
return sections;
}

0 comments on commit a1e3fc1

Please sign in to comment.