Skip to content
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

Long user names are not displayed correctly in user panel #111

Open
hakimio opened this issue May 14, 2019 · 1 comment
Open

Long user names are not displayed correctly in user panel #111

hakimio opened this issue May 14, 2019 · 1 comment

Comments

@hakimio
Copy link

hakimio commented May 14, 2019

Try using 15 character or longer user names in user panels to see the issue.

@hakimio
Copy link
Author

hakimio commented Oct 16, 2019

CSS fix if someone needs it:

    .user-name {
        font-size: 14px;
        color: $base-text-color;
        margin-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: normal;
        width: 114px;
        text-align: left;
    }

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

No branches or pull requests

1 participant