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

Bean Details are getting truncated due to width constraints. #1

Open
thiles opened this issue Jul 14, 2010 · 1 comment
Open

Bean Details are getting truncated due to width constraints. #1

thiles opened this issue Jul 14, 2010 · 1 comment

Comments

@thiles
Copy link

thiles commented Jul 14, 2010

Possible fix:

Change beans.css (line 21)

From:
div#beanDetails {
float:left;
left:16em;
overflow:scroll;
width:700px;
}

to:
div#beanDetails {
float:left;
left:16em;
overflow:scroll;
width:100%;
}

@jetztgradnet
Copy link
Owner

Thanks, will change CSS according to your suggestion.

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