From 2103cb4591e53e9250f5c6e2203cc4bfd8efc898 Mon Sep 17 00:00:00 2001 From: Nick Krantz <125900171+nick-livefront@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:38:06 -0500 Subject: [PATCH] [PM-10141] Fix name input styling (#10317) * import FormFieldModule * use bit-* form field elements so styling is consistent * replace `readonly` with `disabled` so the field can not be interacted with * standardize spacing around orgs/folders * revert disable/readonly swap * remove duplicate import --- .../item-details-v2.component.html | 43 +++++++++---------- .../item-details/item-details-v2.component.ts | 2 +- 2 files changed, 21 insertions(+), 24 deletions(-) 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 ee8b17e71c..efb0374d45 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 @@