Skip to content

file name truncated #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
lifelonglearning0129 opened this issue Dec 29, 2024 · 4 comments · Fixed by #60
Closed

file name truncated #59

lifelonglearning0129 opened this issue Dec 29, 2024 · 4 comments · Fixed by #60
Labels
bug Something isn't working

Comments

@lifelonglearning0129
Copy link

My jupyterlab version is 4.3.4,after I install it and open browser.The file browser show file name truncated.
Screenshot 2024-12-30 020144
After I disable it,file browser work and file name showed fully.And Can add file browser Name | Modified | Size in this extension
Screenshot 2024-12-30 020633

@lifelonglearning0129 lifelonglearning0129 added the bug Something isn't working label Dec 29, 2024
@djangoliv
Copy link

Same for me. I'm disabling it for now.

@potoo0
Copy link
Contributor

potoo0 commented Jan 23, 2025

  • .jp-DirListing-item style display: inline-grid to display: inline-flex (works for4.3. 4.2.x should be display: flex)
  • .jp-DirListing-itemName style flex-grow: 1

It works for me

potoo0 added a commit to potoo0/jupyterlab-unfold that referenced this issue Jan 23, 2025
potoo0 added a commit to potoo0/jupyterlab-unfold that referenced this issue Jan 23, 2025
@martinRenou
Copy link
Member

@potoo0 would you like to try a PR?

@potoo0
Copy link
Contributor

potoo0 commented Jan 23, 2025

@potoo0 would you like to try a PR?

OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants