We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a085b commit f02dd78Copy full SHA for f02dd78
1 file changed
devtools/observatory/templates/js/03_blocks.js
@@ -202,8 +202,8 @@
202
}
203
} else if (block.type === 'graph') {
204
const graphRoot = document.createElement('div');
205
- graphRoot.style.height = '1200px';
206
- graphRoot.style.minHeight = '1000px';
+ graphRoot.style.height = '1000px';
+ graphRoot.style.minHeight = '800px';
207
graphRoot.style.border = '1px solid var(--border-color)';
208
graphRoot.style.borderRadius = '8px';
209
graphRoot.style.overflow = 'hidden';
0 commit comments