From 699ffc5593e65f50d4acb977a80d1ce425976186 Mon Sep 17 00:00:00 2001 From: Nirvin M Date: Tue, 5 Nov 2019 21:23:35 +0530 Subject: [PATCH] fix(client): reduce height of the alert banner (#37497) --- client/src/components/Flash/flash.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/Flash/flash.css b/client/src/components/Flash/flash.css index 0a2bdaaa5eb..cfeca25494d 100644 --- a/client/src/components/Flash/flash.css +++ b/client/src/components/Flash/flash.css @@ -3,6 +3,8 @@ justify-content: space-around; flex-direction: row-reverse; margin-bottom: 0px; + padding-top: 3px; + padding-bottom: 3px; position: fixed; width: 100%; z-index: 1000;