Wrap text in checkbox in alert

Hello, I am trying to make an alert with checkboxes but I wanna show all the content of the checkbox, such as this:

image

This is the styles it uses:

image

Even if I do this, it doesn’t work:

.alert-md .alert-checkbox-label {
  white-space: normal !important;
}

or

.alert-checkbox-label {
  white-space: normal !important;
}

How can I achieve this?

Thanks

Any time I run into limitations of alerts, I just go to generic modals instead, as they give you more freedom to structure the content.