I've got one problem when I'm trying to convert chm file to mobi by using Calibre. There are lot of <pre> blocks in chm file and after converting this <pre> blocks don't fit to Kindle 3. I mean that after converting and reading on Kindle 3 (in landscape mode) the lines in pre blocks don't fit to screen and ends of lines are not visible.
I've tried to add custom css -
Code:
pre {white-space:normal}
, but the result was awful. I've tried
Code:
pre {white-space:pre-wrap}
, but it doesn't work

.
Maybe there is another way to 'cook' pre blocks for Kindle?