Created by: andresgalante
On alerts we increase the clickable area of the close btns to make them easier to click on devices where the pointer is coarse and improve accessibility.
This PR does 2 things:
1- Introduces the same concept for modals.
1- Changes the align-items
to flex-start
so the close btn always stays on the upper right corner when the modal-title
text wraps.
I am not sure if this should be a global change on _close.scss
What do you think?