From dafbe7db1fd3602287d08f6cdae61f846f840d19 Mon Sep 17 00:00:00 2001 From: Bryan Cunningham Date: Tue, 30 Sep 2025 11:59:19 -0400 Subject: [PATCH 1/3] add bold font to dt and add margin to dl (#16649) --- libs/components/src/tw-theme-preflight.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libs/components/src/tw-theme-preflight.css b/libs/components/src/tw-theme-preflight.css index e5f35885993..372c80e0881 100644 --- a/libs/components/src/tw-theme-preflight.css +++ b/libs/components/src/tw-theme-preflight.css @@ -54,6 +54,14 @@ display: none !important; } + dl { + @apply tw-mb-4; + } + + dt { + @apply tw-font-bold; + } + hr { border-color: rgba(0, 0, 0, 0.1); } From 6499ecb6ee9dcb81d29e9b3adf35c844f64cc0a7 Mon Sep 17 00:00:00 2001 From: Vijay Oommen Date: Tue, 30 Sep 2025 11:55:27 -0500 Subject: [PATCH 2/3] PM-26329 bug fixes to the cards (#16665) --- apps/web/src/locales/en/messages.json | 8 ++++---- .../dirt/access-intelligence/all-activity.component.html | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index e2bb463c939..2d70a79a7bf 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -59,8 +59,8 @@ "createNewLoginItem": { "message": "Create new login item" }, - "onceYouMarkCriticalApplicationsActivityDescription": { - "message": "Once you mark applications critical, they will display here." + "onceYouMarkApplicationsCriticalTheyWillDisplayHere": { + "message": "Once you mark applications critical, they will display here" }, "viewAtRiskMembers": { "message": "View at-risk members" @@ -165,8 +165,8 @@ "membersAtRiskActivityDescription":{ "message": "Members with edit access to at-risk items for critical applications" }, - "membersAtRisk": { - "message": "$COUNT$ members at risk", + "membersAtRiskCount": { + "message": "$COUNT$ members at-risk", "placeholders": { "count": { "content": "$1", diff --git a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-activity.component.html b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-activity.component.html index 6598d197172..8d564502ee4 100644 --- a/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-activity.component.html +++ b/bitwarden_license/bit-web/src/app/dirt/access-intelligence/all-activity.component.html @@ -22,7 +22,7 @@ Date: Tue, 30 Sep 2025 13:04:22 -0400 Subject: [PATCH 3/3] add back missing chevron (#16614) * add back missing chevron * add transform origin to center chevron correctly * update top position to center chevron properly --- libs/components/src/form-field/form-field.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/components/src/form-field/form-field.component.html b/libs/components/src/form-field/form-field.component.html index ae3bad40698..c2c92104727 100644 --- a/libs/components/src/form-field/form-field.component.html +++ b/libs/components/src/form-field/form-field.component.html @@ -56,7 +56,7 @@