Skip to content

Commit 4adfb70

Browse files
authored
fix(notebooks): insight full height (#42464)
1 parent 2468112 commit 4adfb70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/scenes/notebooks/Nodes/NodeWrapper.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
transition: all 150ms linear 1000ms;
4949
}
5050

51+
.InsightCard__viz {
52+
height: 100%;
53+
}
54+
5155
&--editable:hover,
5256
&--selected {
5357
.NotebookNode__gap {

0 commit comments

Comments
 (0)