1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Remove nested bit-layout after bit-layout changes fixed bug that required it (#15559)

This commit is contained in:
Leslie Tilton
2025-07-10 10:33:23 -05:00
committed by GitHub
parent b1b513b527
commit 8135e840ab
2 changed files with 129 additions and 133 deletions

View File

@@ -1,5 +1,4 @@
<ng-container>
<bit-layout>
<h1 bitTypography="h1">{{ "riskInsights" | i18n }}</h1>
<div class="tw-text-main tw-max-w-4xl tw-mb-2">
{{ "reviewAtRiskPasswords" | i18n }}
@@ -136,5 +135,4 @@
</bit-drawer-body>
</ng-container>
</bit-drawer>
</bit-layout>
</ng-container>

View File

@@ -23,7 +23,6 @@ import {
DrawerBodyComponent,
DrawerComponent,
DrawerHeaderComponent,
LayoutComponent,
TabsModule,
} from "@bitwarden/components";
import { HeaderModule } from "@bitwarden/web-vault/app/layouts/header/header.module";
@@ -53,7 +52,6 @@ export enum RiskInsightsTabType {
DrawerComponent,
DrawerBodyComponent,
DrawerHeaderComponent,
LayoutComponent,
],
})
export class RiskInsightsComponent implements OnInit {