From b756c83e8d275c0f9d210c15a319d36dca56d3c8 Mon Sep 17 00:00:00 2001 From: Eugenij Date: Wed, 8 Jul 2020 11:13:42 +0000 Subject: [PATCH] Apply suggestion to src/components/chat_list/chat_list.vue --- src/components/chat_list/chat_list.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/chat_list/chat_list.vue b/src/components/chat_list/chat_list.vue index fa138f16..17e2f795 100644 --- a/src/components/chat_list/chat_list.vue +++ b/src/components/chat_list/chat_list.vue @@ -50,13 +50,6 @@ .chat-list { min-height: 25em; margin-bottom: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - - &::after { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - } } .emtpy-chat-list-alert {