Missing padding on milestone body
Created by: LinuxDoku
When I create a new milestone, add some markup to the body and save it, the padding is missing:
should look like this:

Temporary fix:
body[data-page="projects:milestones:show"] .content .ui-box .ui-box-bottom {
padding: 15px;
}