Skip to content

Commit

Permalink
Fix small place label
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-u-0807 committed Jan 3, 2024
1 parent af13ec6 commit 558098b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ struct TimetableBlock: View {
Text(timePlace.place)
.font(STFont.detailsSemibold)
.padding(.top, 2)
.minimumScaleFactor(0.5)
.lineLimit(1)
.minimumScaleFactor(0.8)
}
}
.multilineTextAlignment(.center)
Expand Down

0 comments on commit 558098b

Please sign in to comment.