You are not able to change the card padding or margin utility classes when using cards in modals due to this in the leptonx theme. .modal-body .card { padding: 0 !important; margin-bottom: 0 !important; box-shadow: none !important; }
You are not able to change the card padding or margin utility classes when using cards in modals due to this in the leptonx theme.
.modal-body .card {
padding: 0 !important;
margin-bottom: 0 !important;
box-shadow: none !important;
}