diff --git a/frontend/src/scenes/notebooks/Notebook/Notebook.scss b/frontend/src/scenes/notebooks/Notebook/Notebook.scss index 586055c4d0620..2786c773d8d1c 100644 --- a/frontend/src/scenes/notebooks/Notebook/Notebook.scss +++ b/frontend/src/scenes/notebooks/Notebook/Notebook.scss @@ -186,17 +186,21 @@ max-height: calc(100vh - 220px); overflow: auto; - .ant-card-head { - padding: 0; - border-bottom: 0; + .ant-card.insights-graph-container { + margin-top: 1.5rem; - .ant-card-head-title { + .ant-card-head { padding: 0; + border-bottom: 0; + + .ant-card-head-title { + padding: 0; + } } - } - .ant-card-body { - padding: 0; + .ant-card-body { + padding: 0; + } } } }