From d6f57149d98659dd9697b14183eb36904780c979 Mon Sep 17 00:00:00 2001 From: Nick Krantz <125900171+nick-livefront@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:48:09 -0500 Subject: [PATCH] [PM-10375] Remove Identity Margin (#10349) * remove margin from the last form field across identity sections * remove bottom margin from the item name when it is the only field * replace JS margin solution with CSS --- .../custom-fields/custom-fields-v2.component.html | 2 +- .../cipher-view/item-details/item-details-v2.component.html | 6 ++++-- .../view-identity-sections.component.html | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html b/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html index 39d261d1bc7..7ffec66427b 100644 --- a/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html +++ b/libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html @@ -4,7 +4,7 @@
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 efb0374d45a..3bee39d5195 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,7 +3,9 @@

{{ "itemDetails" | i18n }}

- + {{ "itemName" | i18n }} @@ -19,7 +21,7 @@
  • {{ "personalDetails" | i18n }} - + {{ "name" | i18n }} @@ -48,7 +48,7 @@

    {{ "identification" | i18n }}

    - + {{ "ssn" | i18n }} @@ -113,7 +113,7 @@

    {{ "contactInfo" | i18n }}

    - + {{ "email" | i18n }}