truncate ridiculous long descriptions
rdela opened this issue · 1 comments
rdela commented
Need to truncate ridiculous long descriptions
https://hashbase.io/ricky
https://hashbase.io/ricky/gif
This CSS may do the trick to avoid list column spill
.archive-list .description {
/* … */
text-overflow: ellipsis;
width: 37rem;
overflow-x: hidden;
max-width: 100%;
}
in PR process now