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