mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[SM-1291] Center empty message for the access policy selector (#9444)
This commit is contained in:
@@ -78,9 +78,11 @@
|
|||||||
</bit-table>
|
</bit-table>
|
||||||
|
|
||||||
<ng-template #empty>
|
<ng-template #empty>
|
||||||
<div class="tw-mt-4 tw-text-center">
|
<tr bitRow>
|
||||||
{{ emptyMessage }}
|
<td bitCell colspan="3" class="tw-text-center">
|
||||||
</div>
|
{{ emptyMessage }}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template #buttonMode>
|
<ng-template #buttonMode>
|
||||||
|
|||||||
Reference in New Issue
Block a user