8,960
edits
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
opacity: 0; | opacity: 0; | ||
transition: opacity 0.3s ease-in-out; | transition: opacity 0.3s ease-in-out; | ||
max-width: 300px; /* Limit the width to 300px */ | |||
overflow: hidden; /* Hide overflow if text exceeds max width */ | |||
text-overflow: ellipsis; | |||
} | } | ||