I am using Bootstrap alerts and this is my success alert message:
Make the line-height of the div the same as the height of the div, eg:
line-height
height
#UploadSuccess { height: 20px; line-height: 20px; }
This will only work if you have one line of text.