mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Previously, long LoRA filenames were truncated from the right with ellipsis, which hid important checkpoint step numbers (e.g., -00800, -01000) that users need to distinguish between different training checkpoints. Changes: - Replace single-line truncation with multi-line display (max 3 lines) - Add line-height and word-break properties for better readability - Use -webkit-line-clamp to gracefully handle extremely long names This ensures the step number suffix is always visible in the tooltip.