mempool/frontend/src/app/components/assets/assets.component.scss
2022-02-07 03:34:14 +04:00

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;
}
}