jetztgradnet / grails-spy-plugin

Spy into Grails internals
http://blog.jetztgrad.net
Other
5 stars 1 forks source link

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

Open thiles opened 14 years ago

thiles commented 14 years ago

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 commented 14 years ago

Thanks, will change CSS according to your suggestion.