Description
This PR aims to fix a minor bug whereby, if a folder had a very long name, it would be displayed in full without being truncated, which affected readability and the layout; we have simply set the width of the component where this name is rendered
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Create a folder with a big name, reproduce the steps for show de Dialog (move a file to a folder), and checked now the name shows correctly without breaking anything
Additional Notes