mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-22 05:07:16 +00:00
[PM-29219] enforce small drawer size for Access Intelligence (#17915)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@if (isActiveDrawerType(drawerTypes.OrgAtRiskMembers)) {
|
||||
<bit-dialog dialogSize="large" disablePadding="false">
|
||||
<bit-dialog dialogSize="small" disablePadding="false">
|
||||
<ng-container bitDialogTitle>
|
||||
<span>{{
|
||||
"atRiskMembersWithCount" | i18n: drawerDetails.atRiskMemberDetails?.length ?? 0
|
||||
@@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
@if (isActiveDrawerType(drawerTypes.AppAtRiskMembers)) {
|
||||
<bit-dialog dialogSize="large" disablePadding="false">
|
||||
<bit-dialog dialogSize="small" disablePadding="false">
|
||||
<ng-container bitDialogTitle>
|
||||
<span>{{ drawerDetails.appAtRiskMembers?.applicationName }}</span>
|
||||
</ng-container>
|
||||
@@ -71,7 +71,7 @@
|
||||
}
|
||||
|
||||
@if (isActiveDrawerType(drawerTypes.OrgAtRiskApps)) {
|
||||
<bit-dialog dialogSize="large" disablePadding="false">
|
||||
<bit-dialog dialogSize="small" disablePadding="false">
|
||||
<ng-container bitDialogTitle>
|
||||
<span>{{
|
||||
"atRiskApplicationsWithCount" | i18n: drawerDetails.atRiskAppDetails?.length ?? 0
|
||||
|
||||
Reference in New Issue
Block a user