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

page layout #2

Open
tartarini opened this issue Jan 20, 2015 · 1 comment
Open

page layout #2

tartarini opened this issue Jan 20, 2015 · 1 comment

Comments

@tartarini
Copy link

something wrong with layout of this page.
Typedefs section is outside page margins:
http://thrust.github.io/doc/group__predefined__random.html

Tested with Safari, Firefox and Chrome on MacOsx Yosemite.

@karthikeyann
Copy link
Contributor

Longer typedefs are not folded by doxygen.
Same applies for long template params too (doxygen/doxygen#9318)

Experimented a bit, this css might help.

.memItemLeft, .memTemplItemLeft {
    word-break: normal;
    float: left;
    width: 80em;
}

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

2 participants