strip_non_ascii in comments-author-name

This commit is contained in:
Jesús
2020-12-30 00:04:41 -05:00
parent 0a9d24b261
commit 056c3be3f2
3 changed files with 16 additions and 3 deletions

View File

@@ -520,7 +520,11 @@ label[for=options-toggle-cbox] {
}
.author-avatar { grid-area: author-avatar; }
.author-name { grid-area: author-name; }
.author-name {
grid-area: author-name;
overflow: hidden;
text-overflow: ellipsis;
}
.permalink { grid-area: permalink; }
.comment-text {
grid-area: comment-text;