diff --git a/libs/vault/src/cipher-view/item-details/item-details-v2.component.html b/libs/vault/src/cipher-view/item-details/item-details-v2.component.html
index ee8b17e71cc..efb0374d45a 100644
--- a/libs/vault/src/cipher-view/item-details/item-details-v2.component.html
+++ b/libs/vault/src/cipher-view/item-details/item-details-v2.component.html
@@ -3,21 +3,19 @@
{{ "itemDetails" | i18n }}
-
-
-
-
-
-
+
+
+
-
-
+
{{ organization.name }}
@@ -50,17 +47,17 @@
-
-
+
{{ collection.name }}
@@ -69,12 +66,12 @@
-
-
- {{ folder.name }}
+
+ {{ folder.name }}
diff --git a/libs/vault/src/cipher-view/item-details/item-details-v2.component.ts b/libs/vault/src/cipher-view/item-details/item-details-v2.component.ts
index e490c7c00da..30e8ad1ecdb 100644
--- a/libs/vault/src/cipher-view/item-details/item-details-v2.component.ts
+++ b/libs/vault/src/cipher-view/item-details/item-details-v2.component.ts
@@ -8,10 +8,10 @@ import { CollectionView } from "@bitwarden/common/vault/models/view/collection.v
import { FolderView } from "@bitwarden/common/vault/models/view/folder.view";
import {
CardComponent,
+ FormFieldModule,
SectionComponent,
SectionHeaderComponent,
TypographyModule,
- FormFieldModule,
} from "@bitwarden/components";
import { OrgIconDirective } from "../../components/org-icon.directive";