Fix vertical alignment of text & buttons in tables

This commit is contained in:
Alexandre Vryghem
2023-02-26 00:53:26 +01:00
parent 1b46303539
commit 200e95a390
6 changed files with 20 additions and 15 deletions

View File

@@ -29,7 +29,7 @@
<tbody>
<tr *ngFor="let bitstreamFormat of (bitstreamFormats | async)?.payload?.page">
<td>
<label>
<label class="mb-0">
<input type="checkbox"
[checked]="isSelected(bitstreamFormat) | async"
(change)="selectBitStreamFormat(bitstreamFormat, $event)"