Preserve line breaks in benefit description
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

This commit is contained in:
Maciej Pienczyn 2026-02-02 22:44:36 +01:00
parent e26c760907
commit ff5c433686

View File

@ -88,6 +88,7 @@
color: var(--text-secondary);
line-height: 1.7;
margin-bottom: var(--spacing-xl);
white-space: pre-line;
}
.benefit-detail-section {