Skip to content

Commit

Permalink
fix: Correct text wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Aug 30, 2024
1 parent 489f265 commit 25b418b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app_center/lib/widgets/banner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class _Banner extends StatelessWidget {
slogan,
style: titleTextStyle.copyWith(color: _kForegroundColor),
overflow: TextOverflow.ellipsis,
maxLines: 2,
),
if (buttonLabel != null) ...[
const SizedBox(height: 24),
Expand Down

0 comments on commit 25b418b

Please sign in to comment.