From 032cd54a7fb86c59be4de336fc6a554204d32ec9 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Dec 2010 20:09:23 +0000 Subject: [PATCH] web: let account names with spaces wrap This grieves me, but it helps keep everything visible without horizontal scrolling --- hledger-web/data/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/data/static/style.css b/hledger-web/data/static/style.css index 97b748ae8..fde7ba490 100644 --- a/hledger-web/data/static/style.css +++ b/hledger-web/data/static/style.css @@ -80,7 +80,7 @@ body { margin:0; } #main .register { } /* .current { font-weight:bold; } */ .description { padding-left:1em; white-space:normal; } -#transactions .account { white-space:nowrap; padding-left:1em; } +.account { white-space:normal; padding-left:1em; } .amount { white-space:nowrap; padding-left:1em; } .balance { white-space:nowrap; padding-left:1em; } .account, .amount, .balance { width:2em; } /* minimum width */