add another sample boundary frame for the certificate view of a claim

This commit is contained in:
2024-12-18 16:08:48 -07:00
parent 6749c1ec2d
commit 52155039de
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

View File

@@ -139,7 +139,7 @@ export default class ClaimViewCertificate extends Vue {
if (descriptionText) {
const descriptionLine =
descriptionText.length > 50
? descriptionText.substring(0, 85) + "..."
? descriptionText.substring(0, 75) + "..."
: descriptionText;
ctx.font = "14px Arial";
const descriptionWidth = ctx.measureText(descriptionLine).width;