Skip to content

Commit

Permalink
Merge pull request #72 from eone666/master
Browse files Browse the repository at this point in the history
adding box-sizing: border-box to context menu item
  • Loading branch information
Paul-DS committed Aug 22, 2021
2 parents b079205 + f1ef04d commit 691804c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/less/js-year-calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
display:table;
width:100%;
white-space: nowrap;
box-sizing: border-box;

&:hover {
background:#eee;
Expand Down Expand Up @@ -362,4 +363,4 @@ table.month td.day .day-content:hover {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
}

0 comments on commit 691804c

Please sign in to comment.