Created by: moso
This will fix the overflow that occurs if the content of .card-header
is too long, because we're using white-space: nowrap
on normal a .btn
. This is fixed by resetting white-space
to normal
, which allows for multiple lines in a button.
Example of overflow from docs: