From c6c2a93f01eaa11a511c211154f303ff55f86422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=BC=C3=9F?= Date: Tue, 25 Oct 2016 15:38:07 +0200 Subject: [PATCH] Added nowrap to keep dates in line --- hledger-web/Handler/JournalR.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/Handler/JournalR.hs b/hledger-web/Handler/JournalR.hs index 22f4649b6..edd422899 100644 --- a/hledger-web/Handler/JournalR.hs +++ b/hledger-web/Handler/JournalR.hs @@ -63,7 +63,7 @@ journalTransactionsReportAsHtml _ vd (_,items) = [hamlet| itemAsHtml :: ViewData -> (Int, Bool, Bool, Bool, TransactionsReportItem) -> HtmlUrl AppRoute itemAsHtml VD{..} (_, _, _, _, (torig, _, split, _, amt, _)) = [hamlet| - #{date} + #{date} #{textElideRight 60 desc} $if showamt