The problem of long nicknames

There was a problem with the layout of the table with bans (see screenshot). The player indicated a very long nickname. I solved this problem for myself by injecting the following code into CSS: tbody tr td { max-width: 200px; /* For example, enter the maximum width here in pixels or other units */ white-space: nowrap; /* Prevent text wrapping */ overflow: hidden; /* Hide out-of-bounds content */ text-overflow: ellipsis; /* Add ellipses for trimmed text */ } However, the problem is with all the employees, and they do not know CSS. Please add to the website improvement plan.
No description
No description