Skip to content

Commit

Permalink
FIX: BriefingCard Subtopic
Browse files Browse the repository at this point in the history
  • Loading branch information
bome24 committed Nov 28, 2023
1 parent f29e347 commit 71b72f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Briefing.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.bmlee.briefing;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1083,7 +1083,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.bmlee.briefing;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class BriefingCardViewController: UIViewController {
label.textColor = .briefingNavy
label.textAlignment = .left
label.font = .productSans(size: 17, weight: .bold)
label.numberOfLines = 1
label.numberOfLines = 0

return label
}()
Expand Down

0 comments on commit 71b72f7

Please sign in to comment.