Originally reported the bug [1] a while ago, but butted heads into it again recently [2]. Here's my rather small patch to fix the issue. Note that this would cause the column to stretch out to fit its contents, possibly breaking layout. However, I felt that to be an adequate compromise given the goal of altering comments as little as possible. [1] http://bugs.archlinux.org/task/14391 [2] http://aur.archlinux.org/packages.php?ID=14301 --- web/html/css/arch.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web/html/css/arch.css b/web/html/css/arch.css index de871be..830c84f 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -360,6 +360,7 @@ blockquote.code { margin-left: 5px; padding: 2px; font-family: monospace; + white-space: pre; } .pkgoutput { -- 1.6.6