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 labels are split over 2 lines #155

Open
dpsanders opened this issue Jan 16, 2017 · 2 comments
Open

Long labels are split over 2 lines #155

dpsanders opened this issue Jan 16, 2017 · 2 comments

Comments

@dpsanders
Copy link
Contributor

screen shot 2017-01-16 at 12 54 19 pm

@djsegal
Copy link

djsegal commented Aug 25, 2017

Bumping this issue.

The problem can be fixed with the following css:

.widget-label {
    overflow-x: scroll;
    white-space: nowrap;
}

I just don't know how to apply it in this codebase's style?

@JobJob
Copy link
Member

JobJob commented Aug 25, 2017

Nice, I think you could add a <style> tag here: https://github.com/JuliaGizmos/Interact.jl/blob/master/src/IJulia/setup.jl#L26

in the meantime, running this seems to work

HTML("<style>.widget-label {
    white-space: nowrap;
    min-width: 100px;
}</style>")

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

3 participants