Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Word wrap for some contact fields

More
8 years 1 month ago #4478 by scubabyss
Word wrap for some contact fields was created by scubabyss
I have quite long "position" in my contact field and I cannot get them displayed entirely in the trombinoscope view.
I tried to add somme CSS in the additional CSS in theming (.trombinoscopeextended_component .personfield1 { text-overflow: ellipsis;) it does not work.
I found a workaround by entering the people position in the original contact "miscellaneous information" and that one is working, displaying all the functions of the contact within the card.

How can I do the same for any field of the original joomla contact forms ?

By the way, upgrade to V2.3 works like a charm, thank!


Kind Regards

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago - 8 years 1 month ago #4479 by syw
Replied by syw on topic Word wrap for some contact fields
You are welcome!

In order to see the whole position field, just do
.fieldposition { white-space: inherit }
Do the same for any field you need to modify default behavior.

If you want this for all, just do
.personfield { white-space: inherit }
That should do it!

Olivier.
Last edit: 8 years 1 month ago by syw.

Please Log in or Create an account to join the conversation.