mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Fix long model name display issues in modal and cards
- Add overflow-wrap: anywhere to modal title for proper wrapping of hyphenated names - Add tooltip to model cards showing full filename on hover Fixes overlap issues with long filenames like s0r4B35G_Zibv3_Prodigy_ID_Version2_Final_00800
This commit is contained in:
@@ -392,6 +392,7 @@
|
||||
border: 1px solid transparent;
|
||||
outline: none;
|
||||
flex: 1;
|
||||
overflow-wrap: anywhere; /* Allow wrapping at any character, including hyphens */
|
||||
}
|
||||
|
||||
.model-name-content:focus {
|
||||
|
||||
Reference in New Issue
Block a user