mempool/frontend/src/app/assets/assets.component.scss
2021-10-26 21:47:28 -03: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;
}
}