Browse Source

Harmonize line height

pull/7353/head
Thomas Kaul 4 days ago
parent
commit
c535b72e0a
  1. 6
      libs/ui/src/lib/benchmark/benchmark.component.html

6
libs/ui/src/lib/benchmark/benchmark.component.html

@ -22,7 +22,11 @@
<th *matHeaderCellDef class="px-1" mat-header-cell mat-sort-header>
<ng-container i18n>Name</ng-container>
</th>
<td *matCellDef="let element" class="px-1 text-nowrap" mat-cell>
<td
*matCellDef="let element"
class="line-height-normal px-1 text-nowrap"
mat-cell
>
<div class="text-truncate">
{{ element?.name }}
</div>

Loading…
Cancel
Save