Skip to content

Commit 544b021

Browse files
committed
fixup! front: infra editor make slopes and curves optional values
1 parent 8598ceb commit 544b021

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

front/src/common/IntervalsDataViz/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ $resize-width: 3px;
170170
right: 0;
171171
left: 0;
172172
z-index: 1;
173-
border-bottom: 1px dashed var(--orange);
173+
border-bottom: 1px dashed var(--coolgray9);
174174
}
175175

176176
&.with-data {
@@ -313,6 +313,7 @@ $resize-width: 3px;
313313
align-items: center;
314314
width: 100%;
315315
height: 100%;
316+
padding-right: 2px;
316317
div {
317318
position: relative;
318319
top: 0;

0 commit comments

Comments
 (0)