diff --git a/src/calibre/gui2/book_details.py b/src/calibre/gui2/book_details.py index 4d8ff5dfe5..d0ee90d6b1 100644 --- a/src/calibre/gui2/book_details.py +++ b/src/calibre/gui2/book_details.py @@ -129,14 +129,14 @@ def color_to_string(col): %%s - '''%(c, css) + '''%(c, css, 'normal' if vertical else 'nowrap') comments = '' if comment_fields: comments = '\n'.join('
%s
' % x for x in comment_fields)