fix(client): reduce height of the alert banner (#37497)

pull/37698/head
Nirvin M 2019-11-05 21:23:35 +05:30 committed by mrugesh
parent 9be55a3737
commit 699ffc5593
1 changed files with 2 additions and 0 deletions

View File

@ -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;