"Fix Long commenter name issue"

This commit is contained in:
Daniela Narvaez 2021-01-28 23:01:19 -03:00 committed by Sean Yesmunt
parent aa6fcbddc4
commit ec875a6cdf

View file

@ -242,6 +242,7 @@
}
.button__label {
max-width: 10rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;