← All changes
|
classes/Visualizer/Gutenberg/src/Components/ChartEditor.js
+2
-1
3.1.3
→
3.11.7
View file →
| @@ -56,8 +56,9 @@ | ||
| 56 | 56 | rowHeaders={ true } |
| 57 | 57 | colHeaders={ true } |
| 58 | 58 | allowInvalid={ false } |
| 59 | 59 | className="htEditor" |
| 60 | + height="auto" | |
| 60 | 61 | cells={ ( row, col, prop ) => { |
| 61 | 62 | let cellProperties; |
| 62 | 63 | if ( 1 === row ) { |
| 63 | 64 | cellProperties = { |
| @@ -78,9 +79,9 @@ | ||
| 78 | 79 | /> |
| 79 | 80 | |
| 80 | 81 | <ButtonGroup> |
| 81 | 82 | <Button |
| 82 | - isDefault | |
| 83 | + variant="secondary" | |
| 83 | 84 | isLarge |
| 84 | 85 | onClick={ this.props.toggleModal } |
| 85 | 86 | > |
| 86 | 87 | { __( 'Close' ) } |