forked from extern/bruno
Merge pull request #240 from gkohen/main
Make sure path string does not overflow the dialog
This commit is contained in:
commit
516411b9a2
@ -31,7 +31,7 @@ const CollectionProperties = ({ collection, onClose }) => {
|
||||
</tr>
|
||||
<tr className="">
|
||||
<td className="py-2 px-2 text-right">Location :</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 :</td>
|
||||
|
Loading…
Reference in New Issue
Block a user