From d644ed3c55d86f29fc7d37250b4d96eea384eb3b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 11 Sep 2020 19:47:45 -0500 Subject: [PATCH] Chats: remove underline from recipient name on mobile --- app/styles/chats.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 869f1475f..eb7ba2834 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -332,6 +332,7 @@ margin-left: auto; padding-right: 15px; overflow: hidden; + text-decoration: none; .account__avatar { margin-right: 7px;