web: let account names with spaces wrap
This grieves me, but it helps keep everything visible without horizontal scrolling
This commit is contained in:
parent
f2f27dbd5f
commit
032cd54a7f
@ -80,7 +80,7 @@ body { margin:0; }
|
|||||||
#main .register { }
|
#main .register { }
|
||||||
/* .current { font-weight:bold; } */
|
/* .current { font-weight:bold; } */
|
||||||
.description { padding-left:1em; white-space:normal; }
|
.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; }
|
.amount { white-space:nowrap; padding-left:1em; }
|
||||||
.balance { white-space:nowrap; padding-left:1em; }
|
.balance { white-space:nowrap; padding-left:1em; }
|
||||||
.account, .amount, .balance { width:2em; } /* minimum width */
|
.account, .amount, .balance { width:2em; } /* minimum width */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user