diff --git a/ui/app/styles/components/masked-input.scss b/ui/app/styles/components/masked-input.scss index dcbbdf23e..b7b65e5ff 100644 --- a/ui/app/styles/components/masked-input.scss +++ b/ui/app/styles/components/masked-input.scss @@ -8,6 +8,10 @@ align-items: start; } +.has-label .masked-input { + padding-top: $spacing-s; +} + // we want to style the boxes the same everywhere so they // need to be the same font and small .masked-input.masked .masked-value { @@ -33,6 +37,7 @@ padding-top: 0; padding-bottom: 0; padding-left: $spacing-s; + background-color: transparent; } .button.masked-input-toggle, diff --git a/ui/app/templates/vault/cluster/init.hbs b/ui/app/templates/vault/cluster/init.hbs index f6a50ff33..c5b667736 100644 --- a/ui/app/templates/vault/cluster/init.hbs +++ b/ui/app/templates/vault/cluster/init.hbs @@ -31,32 +31,35 @@
{{#each (or keyData.recovery_keys_base64 keyData.recovery_keys keyData.keys_base64 keyData.keys) as |key index|}} {{/each}} @@ -129,15 +132,15 @@ Key Shares