mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
fix ui design (#13344)
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
{{ error }}
|
{{ error }}
|
||||||
</bit-callout>
|
</bit-callout>
|
||||||
<ng-container *ngIf="!done">
|
<ng-container *ngIf="!done">
|
||||||
<bit-callout type="warning" *ngIf="users.length > 0 && !error">
|
<p bitTypography="body1" *ngIf="users.length > 0 && !error">
|
||||||
<p bitTypography="body1">{{ "deleteManyOrganizationUsersWarningDesc" | i18n }}</p>
|
{{ "deleteManyOrganizationUsersWarningDesc" | i18n }}
|
||||||
</bit-callout>
|
</p>
|
||||||
<bit-table>
|
<bit-table>
|
||||||
<ng-container header>
|
<ng-container header>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user