Update to default.php: removed nowrap class to allow wrapping title…#24712
Update to default.php: removed nowrap class to allow wrapping title…#24712SniperSister merged 3 commits intojoomla:stagingfrom kofaysi:staging
Conversation
…nd alias Removed nowrap class from the table cell definition for the name and the alias of a contact.
|
I have tested this item 🔴 unsuccessfully on 2643f7a Without PRWith PRThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24712. |
|
a |
|
i don't know but pretts aure a dev will answer. |
|
@kofaysi you can do the changes on your local machine and then push those changes. In this way a new commit will be added to the existing PR If you are finding it difficult and if you want I can do a PR for you with your suggested changes |
|
Unfortunately, I'm making changes and PRs through the web interface. Looking into the existing PR, I cannot make changes to the code. So, please, if you feel so, make a change. Thank you! |
|
Go to https://github.com/kofaysi/joomla-cms Select the branch - in this case it is staging Make the changes you want there and they will appear here |
|
@kofaysi you can follow what @brianteeman suggested |
Added break-word class to allow for word break.
|
Thank you for the suggestion. Changes are made and pushed. (Well, that was very straightforward.) |
|
I have tested this item ✅ successfully on 1314cc9 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24712. |
|
@kofaysi glad you worked it out. |
|
I have tested this item ✅ successfully on 1314cc9 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24712. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24712. |
|
Merged, thank you for contribution, it's much appreciated! |


…and alias
Pull Request for Issue #24650.
Testing Instructions
Create a contact with a name/title of 200+ characters
Expected result
The title and the alias will wrap, long words will break.
Actual result
The title and the alias does not wrap and pushes other parameters (access, hits, language, ID) behind the right edge of the screen.
Documentation Changes Required
IDK about any.