Fix All Text Input User & Admin, fix deskripsi detail break word

This commit is contained in:
2025-09-29 14:06:04 +08:00
parent 2a26db6e17
commit dbd56a1493
319 changed files with 965 additions and 817 deletions

View File

@@ -64,6 +64,7 @@ function Page() {
dangerouslySetInnerHTML={{
__html: listBentukKonservasiBerdasarkanAdat.findById.data.judul,
}}
style={{ wordBreak: "break-word", whiteSpace: "normal" }}
/>
</Box>
<Box>
@@ -75,6 +76,7 @@ function Page() {
dangerouslySetInnerHTML={{
__html: listBentukKonservasiBerdasarkanAdat.findById.data.deskripsi,
}}
style={{ wordBreak: "break-word", whiteSpace: "normal" }}
/>
</Box>
</Paper>

View File

@@ -57,6 +57,7 @@ function Page() {
fw={600}
c="black"
dangerouslySetInnerHTML={{ __html: listFilosofi.findById.data.judul }}
style={{ wordBreak: "break-word", whiteSpace: "normal" }}
/>
</Box>
<Box px={{ base: 0, md: 20 }}>
@@ -66,6 +67,7 @@ function Page() {
c="dimmed"
lineClamp={10}
dangerouslySetInnerHTML={{ __html: listFilosofi.findById.data.deskripsi }}
style={{ wordBreak: "break-word", whiteSpace: "normal" }}
/>
</Box>
</Paper>

View File

@@ -55,6 +55,7 @@ function Page() {
fw={600}
c="black"
dangerouslySetInnerHTML={{ __html: listNilaiKonservasiAdat.findById.data.judul }}
style={{ wordBreak: "break-word", whiteSpace: "normal" }}
/>
</Box>
<Box>
@@ -64,6 +65,7 @@ function Page() {
c="dimmed"
lineClamp={10}
dangerouslySetInnerHTML={{ __html: listNilaiKonservasiAdat.findById.data.deskripsi }}
style={{ wordBreak: "break-word", whiteSpace: "normal" }}
/>
</Box>
</Paper>