fix(plugins/projects): text ellipsis for long texts

This commit is contained in:
lowlighter
2022-08-07 23:30:58 -04:00
parent 646e40796a
commit 3e76a72fca
3 changed files with 36 additions and 36 deletions

View File

@@ -921,6 +921,14 @@
.project .items, .project-items {
padding-left: 11px;
}
.project .items .text, .project-items .text {
text-overflow: ellipsis;
overflow: hidden;
width: 426px;
}
.large .project .items .text, .large .project-items .text {
width: 916px;
}
/* Star lists */
.starlist {