소스 검색

Fix text truncating

Deniz Cengiz 1 년 전
부모
커밋
f5f542ae44
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Trio/Sources/Modules/Onboarding/View/OnboardingSteps/Nightscout/NightscoutImportStepView.swift

+ 1 - 0
Trio/Sources/Modules/Onboarding/View/OnboardingSteps/Nightscout/NightscoutImportStepView.swift

@@ -53,6 +53,7 @@ struct NightscoutImportStepView: View {
                     VStack(alignment: .leading, spacing: 10) {
                     VStack(alignment: .leading, spacing: 10) {
                         Text("Trio will import the following therapy settings from your Nightscout instance:")
                         Text("Trio will import the following therapy settings from your Nightscout instance:")
                             .multilineTextAlignment(.leading)
                             .multilineTextAlignment(.leading)
+                            .fixedSize(horizontal: false, vertical: true)
                         VStack(alignment: .leading) {
                         VStack(alignment: .leading) {
                             BulletPoint(String(localized: "Glucose Targets"))
                             BulletPoint(String(localized: "Glucose Targets"))
                             BulletPoint(String(localized: "Basal Rates"))
                             BulletPoint(String(localized: "Basal Rates"))