Merge pull request #12404 from edx/ibrahimahmed443/WL-443-delete-button-height-adjustment

fix height of delete button to match the attached text field
This commit is contained in:
Douglas Hall
2016-05-09 16:37:50 -04:00

View File

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