Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Fix breadcrumb component ellipsis #630

Merged
merged 1 commit into from
Feb 3, 2020
Merged

Fix breadcrumb component ellipsis #630

merged 1 commit into from
Feb 3, 2020

Conversation

PVince81
Copy link
Contributor

Added overflow: hidden on the main element of the oc-breadcrumb to make
sure that it can ellipsize its content in responsive mode.

image

Before this fix it would just overflow.

You can also try this in Phoenix by having long folder names and adding "overflow:hidden" on that element and see the difference.

@PVince81 PVince81 self-assigned this Jan 31, 2020
src/elements/OcBreadcrumb.vue Outdated Show resolved Hide resolved
Added overflow: hidden on the main element of the oc-breadcrumb to make
sure that it can ellipsize its content in responsive mode.
@PVince81
Copy link
Contributor Author

PVince81 commented Feb 3, 2020

@LukasHirt adjusted accordingly, thanks for pointing in the right direction :-)

@PVince81 PVince81 merged commit e96a518 into master Feb 3, 2020
@delete-merged-branch delete-merged-branch bot deleted the breadcrumb-ellipsis branch February 3, 2020 09:32
tboerger pushed a commit that referenced this pull request Feb 3, 2020
Merge: ca75752 4f524fc
Author: Vincent Petry <pvince81@owncloud.com>
Date:   Mon Feb 3 10:32:17 2020 +0100

    Merge pull request #630 from owncloud/breadcrumb-ellipsis

    Fix breadcrumb component ellipsis
@kulmann kulmann mentioned this pull request Feb 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants