[SM-1291] Center empty message for the access policy selector (#9444)

This commit is contained in:
Thomas Avery 2024-06-03 14:37:29 -05:00 committed by GitHub
parent 7627afbfec
commit f7b5c22ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -78,9 +78,11 @@
</bit-table> </bit-table>
<ng-template #empty> <ng-template #empty>
<div class="tw-mt-4 tw-text-center"> <tr bitRow>
<td bitCell colspan="3" class="tw-text-center">
{{ emptyMessage }} {{ emptyMessage }}
</div> </td>
</tr>
</ng-template> </ng-template>
<ng-template #buttonMode> <ng-template #buttonMode>