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

14 lines
194 B
SCSS
Raw Normal View History

.td-name {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2021-10-27 02:47:17 +02:00
}
.title-asset {
h1 {
line-height: 1;
margin: 0px;
padding-bottom: 10px;
}
}