Files
ghostfolio/apps/client/src/app/components/performance-chart-dialog/performance-chart-dialog.component.scss
2021-04-13 21:53:58 +02:00

13 lines
158 B
SCSS

:host {
display: block;
.mat-dialog-content {
max-height: unset;
gf-line-chart {
aspect-ratio: 16 / 9;
margin: 0 -1rem;
}
}
}