Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1173 from kevinparkerson/datepicker-goofy-charact…
Browse files Browse the repository at this point in the history
…er-fix

Datepicker goofy Chrome character fix
  • Loading branch information
Christopher McCulloh committed Mar 17, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents b18a176 + 3168816 commit fad8867
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions less/datepicker.less
Original file line number Diff line number Diff line change
@@ -21,9 +21,11 @@

/* for spacing */
tbody:before {
line-height:3px;
content:"\200C";
display:block;
color: transparent;
content: "\200C";
display: block;
line-height: 3px;
visibility: hidden;
}

td, th {

0 comments on commit fad8867

Please sign in to comment.