fix(mail-rules): tiny CSS fix to "+" button in mail rules

This commit is contained in:
Drew Regitsky 2016-01-15 11:01:59 -08:00
parent 8cd3176574
commit fc20b60b61

View file

@ -73,7 +73,9 @@
white-space: nowrap;
vertical-align: middle;
.btn {
padding:4px;
padding: 0;
padding-top: 3px;
padding-bottom: 6px;
border-radius: 100%;
text-align: center;
margin-left:10px;