style(calendar): Add white-space pre-line for plain text descriptions
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

Ensures newlines in plain text event descriptions render as line
breaks, maintaining compatibility with both HTML and plain text.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-02-13 15:20:05 +01:00
parent 71d231e819
commit db660d9c05

View File

@ -58,6 +58,7 @@
line-height: 1.8;
color: var(--text-primary);
font-size: 1.05rem;
white-space: pre-line;
}
.event-description p {