diff --git a/NADA-iOS-forRelease/Sources/Cells/CardCell/CompanyFrontCardCell.swift b/NADA-iOS-forRelease/Sources/Cells/CardCell/CompanyFrontCardCell.swift index 8f1662f5..85f44d2e 100644 --- a/NADA-iOS-forRelease/Sources/Cells/CardCell/CompanyFrontCardCell.swift +++ b/NADA-iOS-forRelease/Sources/Cells/CardCell/CompanyFrontCardCell.swift @@ -92,7 +92,7 @@ extension CompanyFrontCardCell { phoneNumberLabel.lineBreakMode = .byTruncatingTail linkURLLabel.font = .textRegular04 linkURLLabel.textColor = .white - linkURLLabel.numberOfLines = 2 + linkURLLabel.numberOfLines = 1 linkURLLabel.lineBreakMode = .byTruncatingTail linkURLStackView.alignment = .center diff --git a/NADA-iOS-forRelease/Sources/Cells/CardCell/CompanyFrontCardCell.xib b/NADA-iOS-forRelease/Sources/Cells/CardCell/CompanyFrontCardCell.xib index 452b0a63..dc9ff765 100644 --- a/NADA-iOS-forRelease/Sources/Cells/CardCell/CompanyFrontCardCell.xib +++ b/NADA-iOS-forRelease/Sources/Cells/CardCell/CompanyFrontCardCell.xib @@ -104,9 +104,9 @@ - + - + diff --git a/NADA-iOS-forRelease/Sources/Cells/CardCell/FanFrontCardCell.swift b/NADA-iOS-forRelease/Sources/Cells/CardCell/FanFrontCardCell.swift index cd90ddb9..e490bf5e 100644 --- a/NADA-iOS-forRelease/Sources/Cells/CardCell/FanFrontCardCell.swift +++ b/NADA-iOS-forRelease/Sources/Cells/CardCell/FanFrontCardCell.swift @@ -80,11 +80,11 @@ extension FanFrontCardCell { snsLabel.lineBreakMode = .byTruncatingTail firstURLLabel.font = .textRegular04 firstURLLabel.textColor = .white - firstURLLabel.numberOfLines = 2 + firstURLLabel.numberOfLines = 1 firstURLLabel.lineBreakMode = .byTruncatingTail secondURLLabel.font = .textRegular04 secondURLLabel.textColor = .white - secondURLLabel.numberOfLines = 2 + secondURLLabel.numberOfLines = 1 secondURLLabel.lineBreakMode = .byTruncatingTail firstURLStackView.alignment = .center diff --git a/NADA-iOS-forRelease/Sources/Cells/CardCell/FanFrontCardCell.xib b/NADA-iOS-forRelease/Sources/Cells/CardCell/FanFrontCardCell.xib index 62db0d52..4c355e4d 100644 --- a/NADA-iOS-forRelease/Sources/Cells/CardCell/FanFrontCardCell.xib +++ b/NADA-iOS-forRelease/Sources/Cells/CardCell/FanFrontCardCell.xib @@ -98,9 +98,9 @@ - + - +