diff --git a/src/components/details/index.jsx b/src/components/details/index.jsx index d84144a..61160aa 100644 --- a/src/components/details/index.jsx +++ b/src/components/details/index.jsx @@ -34,14 +34,11 @@ const ListItem = ({ icon, title, value, link, skeleton = false }) => { className={`${ skeleton ? 'flex-grow' : '' } text-sm font-normal text-right mr-2 ml-3 ${link ? 'truncate' : ''}`} + style={{ + wordBreak: 'break-word', + }} > -