Hello Bonnie,
Please add this css on child theme style.css or additional css section of customizer. so your changes will not lost on theme update.
.style_breadcrumbs .breadcrumb_items {
line-height: 30px !important;
}
Note: Please adjust the line-height value as per your requirement.
Thanks