-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Bug]: Missing breadcrumb ellipsis -> Grid view button pushed out of view #46635
Comments
Looks more like a component issue? @raimund-schluessler |
I would say the component works as intended, but it's not used "correctly". The breadcrumbs component takes as much space as it is given, which means its container needs to be sized adequately. Currently, |
I know calc is not the way, that's what I meant with "hacky" 😉 However, the flex layout does not work properly here, for some reason. The breadcrumbs container has a 100% parent width without shrinking or respecting its siblings. |
@skjnldsv I had a look again. The problem why the breadcrumbs container We either have to set server/apps/files/src/components/BreadCrumbs.vue Lines 269 to 275 in 6680dd4
@skjnldsv Is that fine for you? |
Nice catch! Seems like it was forgotten! |
Bug description
Long breadcrumbs are not limited in length. They can take up too much space:
Steps to reproduce
Expected behavior
Responsive design
Installation method
None
Nextcloud Server version
29
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: