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