Open thiles opened 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%; }
Thanks, will change CSS according to your suggestion.
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%; }