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 (
|
||||
<>
|
||||
<Subtitle>{field.label}</Subtitle>
|
||||
<Text>{field.value}</Text>
|
||||
<Text className={'wrap'}>{field.value}</Text>
|
||||
<div className="min-h-2" />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user