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.
Joomla 4.3.2
PHP 8.1.20
Screen resolution: 1920 x 1080
Labels |
Added:
No Code Attached Yet
|
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;
}
So this issue can be closed?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-07-01 10:02:58 |
Closed_By | ⇒ | mariantanase |
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
You will now see something like this - which I think is the best solution f0or you other than chosing shorter names.