No Code Attached Yet
avatar mariantanase
mariantanase
30 Jun 2023

Steps to reproduce the issue

I created 2 different groups of users, groups that have slightly long names. When I want to assign a group to a certain category of items, the entire group name does not show up and as a result I cannot distinguish between them.
As a workaround can the column be enlarged to display the full name? Or better to insert a tooltip with the group name.

Expected result

Actual result

System information (as much as possible)

Joomla 4.3.2
PHP 8.1.20
Screen resolution: 1920 x 1080

Additional comments

avatar mariantanase mariantanase - open - 30 Jun 2023
avatar joomla-cms-bot joomla-cms-bot - change - 30 Jun 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 30 Jun 2023
avatar brianteeman
brianteeman - comment - 30 Jun 2023

Expanding the column to fit any length of text will not be a great solution - especially on smaller screens and tooltips are not great either as you would need to check each group to find the obne you are looking for.

However I have the perfect solution for you.

Create a user.css file in the atum template.
The exact file location is /media/templates/administrator/atum/css/user.css
This file will not be overwritten by updates so it is safe.
In that file put the following css. NOTE it does not begin with a dot

joomla-tab>div[role=tablist] {
  text-wrap: wrap
}

You will now see something like this - which I think is the best solution f0or you other than chosing shorter names.

image

avatar mariantanase
mariantanase - comment - 30 Jun 2023

Thanks Brian,

Because it didn't work for me with text-wrap, I modified it this way and it works:

joomla-tab > div[role="tablist"] {
  white-space: pre-wrap;
}
avatar richard67
richard67 - comment - 30 Jun 2023

So this issue can be closed?

avatar mariantanase mariantanase - change - 1 Jul 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-07-01 10:02:58
Closed_By mariantanase
avatar mariantanase mariantanase - close - 1 Jul 2023
avatar mariantanase mariantanase - change - 20 Sep 2024
The description was changed
avatar mariantanase mariantanase - edited - 20 Sep 2024

Add a Comment

Login with GitHub to post a comment