Fixed part name cell width

This commit is contained in:
FrederikBaerentsen 2024-06-19 20:01:36 +02:00
parent 5e80e212ad
commit a343f973c3

View File

@ -22,6 +22,13 @@ td {
word-wrap: break-word;
}
.name-class {
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media only screen and (min-width: 600px) {
.hidden-desktop {