fix: break long extension url text when it exceeds container width (#741)
This commit is contained in:
@@ -49,7 +49,7 @@ export const ConfirmCustomExtension: FunctionComponent<{
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Subtitle>{field.label}</Subtitle>
|
<Subtitle>{field.label}</Subtitle>
|
||||||
<Text>{field.value}</Text>
|
<Text className={'wrap'}>{field.value}</Text>
|
||||||
<div className="min-h-2" />
|
<div className="min-h-2" />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user