Skip to content

Commit 177f260

Browse files
committed
CSS fix
1 parent 81c3e3b commit 177f260

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/styles/components/containers/_panel.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
flex-grow: 1;
2121
display: flex;
2222
flex-direction: column;
23-
.fold:last-child {
24-
margin-bottom: var(--spacing-half-unit);
25-
}
2623
}
2724
&__header {
2825
margin-bottom: var(--spacing-half-unit);

src/styles/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
}
3434
}
3535

36+
.editor_controls__wrapper > .panel > .panel__content > .fold:last-child {
37+
margin-bottom: var(--spacing-half-unit);
38+
}
39+
3640
.plotly_editor {
3741
display: flex;
3842
/*

0 commit comments

Comments
 (0)