How do we set in css that the text should be on the next line
output should be like this enter image description here
#curret output
Financing Contigency Site Plan Approval Contigency
#target
Financing Contigency
Site Plan Approval Contigency
#Code
<div class="buyer-details-info-field" style="padding-top: 15px;">
<div class="opacity54">Contingencies</div>
<span *ngIf="dealData.dealTypeValues.isFinancingContingency" style="font-size:12px;margin-left: 8px;" class="value">Financing Contigency</span>
<span *ngIf="dealData.dealTypeValues.isSitePlanApprovalContingency" style="font-size:12px;margin-left: 8px;" class="value">Site Plan Approval Contigency</span>
</div>
?](https://stackoverflow.com/questions/2703601/how-to-line-break-from-css-without-using-br) – Elikill58 Dec 04 '21 at 23:04