web: let account names with spaces wrap

This grieves me, but it helps keep everything visible without horizontal scrolling
This commit is contained in:
Simon Michael 2010-12-05 20:09:23 +00:00
parent f2f27dbd5f
commit 032cd54a7f

View File

@ -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 */