As designed Attachment name that is too long

It's a bug because there is no indication that text is overflowing.
To fix:
Code:
.attachment .attachmentInfo .filename a
{
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

scrfsdf.webp
 
I guess no hope for this. It creates big problem in responsive design, since it's impossible to hover over the file name to get it correctly.
 
If you would like to see the functionality modified, please make a suggestion thread.
Suggestion forum is based on likes. If it doesn't have crazy UI or other very complicated "ideas", posts don't get (usually) likes there,. Thus, I don't really have motivation doing it (not to mention that most people would agree the not showing the full name of the file is wrong/bug/whatever).
I'll fix it locally on my system, we've just hoped it will be fixed for everybody as well.
 
Last edited:
Top Bottom