fix(home): fix plus button alignment for calendar events (#3869)

This commit is contained in:
virtuacoplenny
2019-02-06 09:33:44 -08:00
committed by GitHub
parent b8a7037959
commit 4d817fc6c2
+1 -1
View File
@@ -29,7 +29,7 @@
background: #0074E0;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
display: flex;
justify-content: center;
align-items: center;
padding: 5px 10px;