Skip to content

Commit

Permalink
fix(calendar): multimonth had margin
Browse files Browse the repository at this point in the history
A multimonth calendar had a little margin
  • Loading branch information
lubber-de authored Feb 26, 2023
1 parent 824a375 commit 85bc292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
}

& when (@variationCalendarMultiMonth) {
.ui.calendar.popup > .ui.ui.grid {
.ui.ui.ui.calendar.popup > .ui.ui.grid {
margin: @multiMonthMargin;
& > .column:not(:first-child) {
padding-left: @multiMonthPadding;
Expand Down

0 comments on commit 85bc292

Please sign in to comment.