Browse Source

Task/reduce selector height of benchmark comparator (#7601)

Reduce height
pull/7600/head^2
Thomas Kaul 6 days ago
committed by GitHub
parent
commit
debdcbcffe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.scss

9
apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.scss

@ -1,6 +1,15 @@
@use '@angular/material' as mat;
:host {
display: block;
@include mat.form-field-overrides(
(
container-height: 2rem,
container-vertical-padding: 0.33rem
)
);
.chart-container {
aspect-ratio: 16 / 9;

Loading…
Cancel
Save