chore(client): address requested changes

This commit is contained in:
Elian Doran
2025-12-17 17:04:47 +02:00
parent cbecc24999
commit ea4a3b7f07
5 changed files with 22 additions and 24 deletions

View File

@@ -41,9 +41,7 @@ export default function CallToActionDialog() {
)}
</>}
>
<p style={{
whiteSpace: "pre-wrap"
}}>{activeItem.message}</p>
<p className="pre-wrap-text">{activeItem.message}</p>
</Modal>
);
}