Skip to content

Commit

Permalink
Set style=word-break: break-all for public key fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Dec 26, 2023
1 parent b45a500 commit 6724e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/verify-tab/VerifyTabPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</tr>
<tr v-if="verifySignInfo?.publicKeyFingerprint">
<td>Public Key Fingerprint</td>
<td>{{ verifySignInfo.publicKeyFingerprint }}</td>
<td style="word-break: break-all;">{{ verifySignInfo.publicKeyFingerprint }}</td>
</tr>
<tr v-if="verifySignInfo?.serialNumber">
<td>Serial Number</td>
Expand Down

0 comments on commit 6724e7e

Please sign in to comment.