Small change based on code review

This commit is contained in:
Daniela Narvaez 2021-01-29 15:03:06 -03:00 committed by Sean Yesmunt
parent ec875a6cdf
commit 1f66132cd2
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -193,6 +193,8 @@ $thumbnailWidthSmall: 0rem;
} }
.comment__author { .comment__author {
max-width: 10rem;
white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
margin-right: var(--spacing-xs); margin-right: var(--spacing-xs);
height: 100%; height: 100%;