Skip to content

Frontend: Added word break rules to filenames#89

Merged
iamandrii merged 1 commit into
mainfrom
m-88-long-filename-fix
Jun 9, 2025
Merged

Frontend: Added word break rules to filenames#89
iamandrii merged 1 commit into
mainfrom
m-88-long-filename-fix

Conversation

@iamandrii
Copy link
Copy Markdown
Contributor

Closes #88.

@iamandrii iamandrii requested a review from Copilot June 9, 2025 17:16
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enhances filename display by adjusting margin spacing and enabling word-wrapping for long names.

  • Replaced a single-side margin with symmetric horizontal margins.
  • Added CSS rules under .vobj-name to break and wrap long filenames.
Comments suppressed due to low confidence (1)

web/eclipse/src/pages/files/VObj.scss:64

  • The CSS property text-wrap is not standard and will be ignored. Use overflow-wrap: break-word; or word-wrap: break-word; to enable wrapping.
text-wrap: wrap;

Comment thread web/eclipse/src/pages/files/VObj.scss
@iamandrii iamandrii merged commit 7b812d0 into main Jun 9, 2025
3 checks passed
@iamandrii iamandrii deleted the m-88-long-filename-fix branch June 9, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frontend: Long filename is not wrapped

2 participants