Something went wrong while setting issue due date.
btn-block in modal footer
Closed
btn-block in modal footer
Created by: pjotrvdh
when 2 or more btn-block is in the modal-footer there is a margin-left of 5px that should not be there.
.modal-footer .btn-block + .btn-block { margin-left: 0; } fixes this... can this be added in the project?