Skip to content

Optimize "Your Profile" for longer names in mobile #43

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

Open
KGS501 opened this issue Mar 23, 2022 · 0 comments
Open

Optimize "Your Profile" for longer names in mobile #43

KGS501 opened this issue Mar 23, 2022 · 0 comments
Labels
✨Improvement Improvements or additions to existing feature

Comments

@KGS501
Copy link
Collaborator

KGS501 commented Mar 23, 2022

Describe the Bug

Longer names break the your-profile.vue mobile optimization.

To Reproduce

Enter a long name in your-profile.vue at

<div class="ps-3 d-flex flex-column justify-content-between">
    <div>
        <h2 class="mb-0">{{profile.member.nick}}</h2>
    </div>
</div>

Expected behaviour

A longer name should not widen the background and continue above the profile picture, when passed a certain breakpoint. Ideally a name shich lenght surpasses the width of the vew-main-card will be cut of with "..."

Screenshots

No response

@KGS501 KGS501 added the ✨Improvement Improvements or additions to existing feature label Mar 23, 2022
@KGS501 KGS501 added this to the Web Client W1.0 milestone Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Improvement Improvements or additions to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant