Fix All Text Input User & Admin, fix deskripsi detail break word
This commit is contained in:
@@ -153,6 +153,7 @@ function Content({ kategoriBuku }: { kategoriBuku: string }) {
|
||||
lh={1.5}
|
||||
c="dimmed"
|
||||
dangerouslySetInnerHTML={{ __html: v.deskripsi }}
|
||||
style={{wordBreak: "break-word", whiteSpace: "normal"}}
|
||||
/>
|
||||
</Spoiler>
|
||||
</Stack>
|
||||
|
||||
@@ -148,6 +148,7 @@ function Content({ searchQuery }: ContentProps) {
|
||||
lh={1.5}
|
||||
c="dimmed"
|
||||
dangerouslySetInnerHTML={{ __html: v.deskripsi }}
|
||||
style={{wordBreak: "break-word", whiteSpace: "normal"}}
|
||||
/>
|
||||
</Spoiler>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user