diff --git a/src/renderer/src/components/PassageDetail/mobile/MarkVerses/EditReferenceDropdown.tsx b/src/renderer/src/components/PassageDetail/mobile/MarkVerses/EditReferenceDropdown.tsx index 13571dc3a..f7cbe453c 100644 --- a/src/renderer/src/components/PassageDetail/mobile/MarkVerses/EditReferenceDropdown.tsx +++ b/src/renderer/src/components/PassageDetail/mobile/MarkVerses/EditReferenceDropdown.tsx @@ -419,8 +419,20 @@ export default function EditReferenceDropdown({ fullWidth maxWidth="xs" > - - {`${title} ${limits}`} + + {title}{' '} + {/* Keep the time-limit range together so it never breaks mid-number + (e.g. "124.7-" / "425.2") when it has three digits (TT-7623). */} + + {limits} + {reference.value || '-'}