diff --git a/src/components/Reply/Reply.ux b/src/components/Reply/Reply.ux index c0b8320..3330e28 100644 --- a/src/components/Reply/Reply.ux +++ b/src/components/Reply/Reply.ux @@ -74,7 +74,7 @@ export default { .username { font-size: 20px; font-weight: 600; - max-width: 160px; + width: 160px; max-height: 25px; text-overflow: ellipsis; }