Browse Source

Task/harmonize line height in activities table component (#7350)

Harmonize line height
pull/7354/head
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
9238d44408
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      libs/ui/src/lib/activities-table/activities-table.component.html

4
libs/ui/src/lib/activities-table/activities-table.component.html

@ -160,8 +160,8 @@
<th *matHeaderCellDef class="px-1" mat-header-cell>
<ng-container i18n>Name</ng-container>
</th>
<td *matCellDef="let element" class="px-1" mat-cell>
<div class="align-items-center d-flex line-height-1 text-nowrap">
<td *matCellDef="let element" class="line-height-normal px-1" mat-cell>
<div class="align-items-center d-flex text-nowrap">
<span class="text-truncate">{{ element.assetProfile?.name }}</span>
@if (element.isDraft) {
<span class="badge badge-secondary ml-1" i18n>Draft</span>

Loading…
Cancel
Save