Created by: PHLAK
The .modal-footer
element has a top margin causing there to be extra white-space between the .modal-body
and .modal-footer
top border. I believe this top margin is completely unnecessary as the padding from .modal-body
provides the needed white-space.
For the record, the margin was added with commit 8ca70bd8.