Hi community!
Could someone advice how I can show recourse name in several lines so its more visible the full name of the resourse?
It’s more related to mobile view but some names are cut at desktop too.
Thanks in advance!
Hi community!
Could someone advice how I can show recourse name in several lines so its more visible the full name of the resourse?
It’s more related to mobile view but some names are cut at desktop too.
Thanks in advance!
Hello @Pavlov_Artem,
Yes, you can display content in multiple lines, by changing CSS for the dhx_matrix_scell
class, like follows:
.dhx_matrix_scell{
display: flex;
align-items: center;
line-height: 20px;
}
It’s just an example of CSS, you can change styles to make it better fit your requirements.
Here is a demo:
https://snippet.dhtmlx.com/cd1v7i04
Kind regards,