6 lines
102 B
SCSS
6 lines
102 B
SCSS
.td-name {
|
|
max-width: 200px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
} |