Skip to content

Commit

Permalink
[PLAY-1565] Remove bad UTF-8 character (#3679)
Browse files Browse the repository at this point in the history
Removes bad UTF-8 character that's causing errors. For use in
referencing in another branch.
  • Loading branch information
dhhuynh2 authored Sep 17, 2024
1 parent d071cca commit ef3ec09
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@
background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch\0;
width: 7ch;
display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
Expand Down Expand Up @@ -774,4 +773,4 @@ span.flatpickr-weekday {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
}

0 comments on commit ef3ec09

Please sign in to comment.