diff --git a/src/app/components/param-link/param-link.component.scss b/src/app/components/param-link/param-link.component.scss index 6cbd9bf460321fc23ebe37261d5b579b1806cc7b..412764067d175d524c7b4fd94ae673ff97d54b60 100644 --- a/src/app/components/param-link/param-link.component.scss +++ b/src/app/components/param-link/param-link.component.scss @@ -32,14 +32,6 @@ } } - /* ::ng-deep .mat-select-panel mat-option.mat-option { - height: unset; - } - - ::ng-deep .mat-option-text.mat-option-text { - white-space: normal; - } */ - .status-icons-container { position: absolute; top: -8px; diff --git a/src/app/components/results-graph/results-graph.component.html b/src/app/components/results-graph/results-graph.component.html index 8b48221a497b7ef7ef693f847e4f95b1724b7b93..50024d806d5cfa794c3279ef6cc0fe975acea5a1 100644 --- a/src/app/components/results-graph/results-graph.component.html +++ b/src/app/components/results-graph/results-graph.component.html @@ -35,8 +35,8 @@ <div fxHide.xs fxFlex.gt-xs="0 0 16px"></div> <mat-form-field fxFlex.gt-xs="1 0 auto" fxFlex.lt-sm="1 0 100%"> - <mat-select id="selectY" [placeholder]="uitextSelectY" [(value)]="chartY" [title]="getChartAxisLabel(y)"> - <mat-option *ngFor="let y of availableChartAxis" [value]="y"> + <mat-select id="selectY" [placeholder]="uitextSelectY" [(value)]="chartY"> + <mat-option *ngFor="let y of availableChartAxis" [value]="y" [title]="getChartAxisLabel(y)"> {{ getChartAxisLabel(y) }} </mat-option> </mat-select>