fix height of delete button to match the attached text field

This commit is contained in:
Ibrahim
2016-05-09 16:58:01 +05:00
parent 5496ec2ac1
commit a51143fe38

View File

@@ -847,6 +847,10 @@
width: flex-grid(10, 12);
display: inline-block;
}
.delete-button {
padding-bottom: 3px;
line-height: 3.5rem;
}
}
}
}