Vulnerability Finding Modal: Reduce padding and increase title
Problem
The vulnerability finding modal's padding is quite a bit larger than other modals. It contains a gl-p-5 class that adds (unnecessary?) additional padding. Pajamas Design docs for Modals don't have this.
At the same time, the title of our modal is also smaller than we see in Pajamas design.
Proposal
- Remove
gl-p-5extra padding - Change class of
h2of title fromgl-m-0 gl-text-lgtomodal-title


