Skip to content

Commit

Permalink
don't let safari wrap the date column
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Apr 20, 2009
1 parent 0b112aa commit ce771ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions TODO
@@ -1,6 +1,4 @@
immediately:
* green "your transaction has been recorded" notice doesn't disappear when starting a new event
* date column for event row is squashed in safari
* "Add a new bucket" should set focus on new bucket line
* check # and "select repayment options" links are out of whack when editing an event
* deleting sole event from account/bucket/tag perma results in ajax error
Expand Down
1 change: 1 addition & 0 deletions public/stylesheets/money.css
Expand Up @@ -274,6 +274,7 @@ td.date, th.date {
padding-left: 0.3em;
padding-right: 0.5em;
color: #888;
white-space: nowrap;
}

table.entries th {
Expand Down

0 comments on commit ce771ae

Please sign in to comment.