From 263f5ba147a00bf3c96c1a295f8100257ecc744d Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 26 Oct 2017 11:37:38 -0400 Subject: [PATCH] monospaced fonts on certain input fields --- src/app/vault/views/vaultAddCipher.html | 11 ++++++----- src/app/vault/views/vaultEditCipher.html | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/vault/views/vaultAddCipher.html b/src/app/vault/views/vaultAddCipher.html index 8c0c3ea3d3..cbfdb0750d 100644 --- a/src/app/vault/views/vaultAddCipher.html +++ b/src/app/vault/views/vaultAddCipher.html @@ -65,7 +65,7 @@
+ class="form-control monospaced" ng-readonly="readOnly" api-field />
@@ -539,7 +539,8 @@
+ name="Field.Value{{$index}}" class="form-control" + ng-class="{'monospaced': field.type !== '0'}" ng-model="field.value" />
@@ -535,7 +535,8 @@
+ class="form-control" ng-class="{'monospaced': field.type !== '0'}" ng-model="field.value" + ng-readonly="readOnly" />