Fix All Text Input User & Admin, fix deskripsi detail break word
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user