Skip to content

Commit

Permalink
add margin filters
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Oct 11, 2023
1 parent 70f2dcd commit dae0a10
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions frontend/src/scenes/notebooks/Notebook/Notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
Expand Down

0 comments on commit dae0a10

Please sign in to comment.