Skip to content

Commit

Permalink
Merge pull request #676 from owncloud/bugfix/fixes-overflowing-table-ff
Browse files Browse the repository at this point in the history
Fixes overflowing table in Firefox
  • Loading branch information
georgehrke authored Aug 4, 2016
2 parents 8fd667b + 9bbaab2 commit a45b460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/app/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
border-bottom: none;
}

#datepicker table tbody button {
max-width: 34px; /* Hack for Firefox for overflowing tables */
}

#datepicker table tbody button.active {
background-color: rgba(240, 240, 240, .9);
}
Expand Down

0 comments on commit a45b460

Please sign in to comment.