Make sure path string does not overflow the dialog

See also: #217
This commit is contained in:
Gabriel Kohen
2023-09-28 16:22:40 -04:00
parent a6b19605b5
commit 60e3f3bb6a

View File

@@ -31,7 +31,7 @@ const CollectionProperties = ({ collection, onClose }) => {
</tr>
<tr className="">
<td className="py-2 px-2 text-right">Location&nbsp;:</td>
<td className="py-2 px-2">{collection.pathname}</td>
<td className="py-2 px-2 break-all">{collection.pathname}</td>
</tr>
<tr className="">
<td className="py-2 px-2 text-right">Environments&nbsp;:</td>