Fix All Text Input User & Admin, fix deskripsi detail break word
This commit is contained in:
@@ -73,7 +73,7 @@ function DetailPuskesmas() {
|
||||
|
||||
<Box>
|
||||
<Text fz="lg" fw="bold">Alamat</Text>
|
||||
<Text fz="md" c="dimmed">{data?.alamat || '-'}</Text>
|
||||
<Text fz="md" c="dimmed" style={{ wordBreak: "break-word", whiteSpace: "normal" }}>{data?.alamat || '-'}</Text>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
|
||||
Reference in New Issue
Block a user