Justifyed text
This commit is contained in:
parent
7edaa62cdf
commit
0eb840b82a
@ -7,9 +7,11 @@ export default function UserProfilePage() {
|
||||
<ScrollArea
|
||||
type="auto"
|
||||
scrollbars="vertical"
|
||||
className="flex-grow-[1] min-h-0 pr-2"
|
||||
className="flex-grow-[1] min-h-0 pr-5"
|
||||
>
|
||||
<Text wrap={"wrap"}>{loremText}</Text>
|
||||
<Text>
|
||||
<p className="text-justify">{loremText}</p>
|
||||
</Text>
|
||||
</ScrollArea>
|
||||
</Flex>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user