Skip to content

Commit f02dd78

Browse files
committed
Adjust graph block size in Observatory template
1 parent f3a085b commit f02dd78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devtools/observatory/templates/js/03_blocks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
}
203203
} else if (block.type === 'graph') {
204204
const graphRoot = document.createElement('div');
205-
graphRoot.style.height = '1200px';
206-
graphRoot.style.minHeight = '1000px';
205+
graphRoot.style.height = '1000px';
206+
graphRoot.style.minHeight = '800px';
207207
graphRoot.style.border = '1px solid var(--border-color)';
208208
graphRoot.style.borderRadius = '8px';
209209
graphRoot.style.overflow = 'hidden';

0 commit comments

Comments
 (0)