mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 15:30:05 +01:00
6 lines
102 B
SCSS
6 lines
102 B
SCSS
|
.td-name {
|
||
|
max-width: 200px;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|