[RSS Feed/News] How to display full attachment names?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I used to do this and it displayed fully the name:

CSS:

Code:
.attachment-name {
    white-space: unset;
    word-wrap: unset;
}

Now it doesn't work anymore, how to update this? I couldn't find the right css selector to do this for XF 2.2.

This is very important to me. I use a versioning system in attachment names and I need to be able to see attachment names fully.

1612826891797.png

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom