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

希望新增横向滚动条或者侧边栏能够拉伸的功能 #62

Open
jsonwu5 opened this issue Aug 14, 2018 · 0 comments
Open

希望新增横向滚动条或者侧边栏能够拉伸的功能 #62

jsonwu5 opened this issue Aug 14, 2018 · 0 comments

Comments

@jsonwu5
Copy link

jsonwu5 commented Aug 14, 2018

image

如图,文件名字过长导致只显示了一半,建议新增横向滚动条或者侧边栏可拉伸。
控制台看了下样式,其中的overflow: hidden;改成overflow: auto;会好些。

.side-bar-main li {
    position: relative;
    cursor: pointer;
    line-height: 22px;
    max-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding-left: 1em;
    list-style: none;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
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