1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-21569] - sshkey view - replace bit-card with read-only-cipher-card (#14811)

* use replace bit-card with read-only-cipher-card

* remove unnecessary class
This commit is contained in:
Jordan Aasen
2025-05-20 12:00:07 -07:00
committed by GitHub
parent d93f547cfb
commit 4474aa8c96
2 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<bit-section-header>
<h2 bitTypography="h6">{{ "typeSshKey" | i18n }}</h2>
</bit-section-header>
<bit-card class="[&_bit-form-field:last-of-type]:tw-mb-0">
<read-only-cipher-card>
<bit-form-field>
<bit-label>{{ "sshPrivateKey" | i18n }}</bit-label>
<input
@@ -65,5 +65,5 @@
[appA11yTitle]="'copyValue' | i18n"
></button>
</bit-form-field>
</bit-card>
</read-only-cipher-card>
</section>