From 5aaba26d6febf8deb70eacef39c7eb9e7b91a05e Mon Sep 17 00:00:00 2001 From: Juan Fernandez Date: Thu, 6 Nov 2025 17:16:16 -0400 Subject: [PATCH] Revert edit icon alignment (#35304) **Related issue:** Resolves #34999 Reverts edit icon alignment. # Checklist for submitter If some of the following don't apply, delete the relevant line. ## Testing - [X] QA'd all new/changed functionality manually --- .../policies/PolicyPage/components/PolicyForm/_styles.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/pages/policies/PolicyPage/components/PolicyForm/_styles.scss b/frontend/pages/policies/PolicyPage/components/PolicyForm/_styles.scss index a53832f5a4..efa1a5095d 100644 --- a/frontend/pages/policies/PolicyPage/components/PolicyForm/_styles.scss +++ b/frontend/pages/policies/PolicyPage/components/PolicyForm/_styles.scss @@ -86,13 +86,6 @@ } } - &__policy-description-wrapper, - &__policy-resolution-wrapper { - .icon { - align-self: flex-start; - } - } - &__policy-name-wrapper { .no-value { min-width: 112px;