Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 006840a

Browse files
authored
Update CertificateView.swift
1 parent 2b11a56 commit 006840a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/prostore/views/CertificateView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ struct CertificateView: View {
154154
.font(.title2)
155155
.fontWeight(.semibold)
156156
.foregroundColor(.primary)
157-
.lineLimit(2)
157+
.lineLimit(1)
158158
.minimumScaleFactor(0.8)
159159
.multilineTextAlignment(.center)
160160
if let expiry = certExpiries[cert.folderName], let validExpiry = expiry {

0 commit comments

Comments
 (0)