From 1dd0822760565d645179231bfb9e1d144842b482 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 May 2019 13:50:43 +0300 Subject: Remove box shadows --- vnext/src/ui/Message.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui') diff --git a/vnext/src/ui/Message.css b/vnext/src/ui/Message.css index 58829336..d724703f 100644 --- a/vnext/src/ui/Message.css +++ b/vnext/src/ui/Message.css @@ -37,7 +37,7 @@ } .msg-cont { background: #FFF; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + border: 1px solid #eee; line-height: 140%; margin-bottom: 12px; } -- cgit v1.2.3