MAJOR CLIPPING collection-001 Category grid labels ellipsize under compact width / high fontScale
In Overview Grid mode, fixed 3-column category cells force single-line category titles such as '쇼핑 · 상품' and '장소 · 맛집' into ellipsis (e.g. '쇼핑 · ...', '장소 · ...'), so primary category identity becomes unreadable while the folder icons remain.
com.chalkak.recap.feature.collection.CollectionScreenOverviewGridScreenshotfeature/collection/src/main/java/com/chalkak/recap/feature/collection/CollectionScreen.ktEvidence
- 320x640 @ font130/150: category titles truncated to '쇼핑 · ...' and '장소 · ...' while '기타' remains fully visible.
- 320x640 @ font100 and 360/412 at font100-150 keep full '쇼핑 · 상품' / '장소 · 맛집' / count strings.
- Source: CollectionTypeGridItem uses maxLines=1 + TextOverflow.Ellipsis for label and count under LazyVerticalGrid(columns = GridCells.Fixed(3)) with HorizontalPadding 20.dp and TypeGridSpacing 19.dp (~80.7dp cell width at 320dp).
Failing screenshots



All occurrence previews: 320x640-font130, 320x640-font150










