Skip to content

Commit 6282d15

Browse files
committed
refactor: increase chart space
1 parent c6bee47 commit 6282d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/trader/src/sass/app/_common/layout/trader-layouts.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,13 @@ $FLOATING_HEADER_HEIGHT: 41px;
406406
padding: 0 0.8rem;
407407
display: flex;
408408
flex-direction: column;
409-
height: 212px;
409+
height: 218px;
410410
position: relative;
411411
z-index: 2;
412412

413413
.trade-container--accumulators &,
414414
.trade-container--turbos & {
415-
height: 24.8rem;
415+
height: 25.4rem;
416416
}
417417
&__content-loader {
418418
position: absolute;

0 commit comments

Comments
 (0)