mempool/frontend/src/app/assets/assets.component.scss

6 lines
102 B
SCSS
Raw Normal View History

.td-name {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}