This commit is contained in:
moolcoov
2025-03-03 22:00:24 +03:00
parent 67cc475f59
commit afd65629fa
2 changed files with 2 additions and 2 deletions
@@ -163,7 +163,7 @@ const ReviewContent = ({ review }: { review: Review }) => {
<div className="flex flex-col gap-5">
<h2 className="text-3xl font-semibold">Ответ</h2>
<div className="bg-background rounded-xl px-5 py-3 text-lg">
<div className="bg-background rounded-xl px-5 py-3 text-lg break-words">
{extension === "txt" ? (
content
) : (