mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 07:26:46 +01:00
14 lines
194 B
SCSS
14 lines
194 B
SCSS
.td-name {
|
|
max-width: 200px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.title-asset {
|
|
h1 {
|
|
line-height: 1;
|
|
margin: 0px;
|
|
padding-bottom: 10px;
|
|
}
|
|
}
|