We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c3e3b commit 177f260Copy full SHA for 177f260
src/styles/components/containers/_panel.scss
@@ -20,9 +20,6 @@
20
flex-grow: 1;
21
display: flex;
22
flex-direction: column;
23
- .fold:last-child {
24
- margin-bottom: var(--spacing-half-unit);
25
- }
26
}
27
&__header {
28
margin-bottom: var(--spacing-half-unit);
src/styles/main.scss
@@ -33,6 +33,10 @@
33
34
35
36
+.editor_controls__wrapper > .panel > .panel__content > .fold:last-child {
37
+ margin-bottom: var(--spacing-half-unit);
38
+}
39
+
40
.plotly_editor {
41
42
/*
0 commit comments