Skip to content

Commit

Permalink
Fix primefaces#23: Calendar with multiple months
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jul 1, 2023
1 parent 59716f2 commit 3ef77b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme-base/components/input/_calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,12 @@

&:first-child {
padding-left: 0;
border-left: 0 none;
}

&:last-child {
padding-right: 0;
border-left: 0 none; }
}
}
}

Expand Down

0 comments on commit 3ef77b6

Please sign in to comment.