Skip to content

Commit

Permalink
Fix(planning): event min height
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored and cedric-anne committed Sep 18, 2024
1 parent 2a99eec commit ea67d74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions css/legacy/includes/_planning.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
.fc-event {
font-weight: normal;
display: block;
min-height: 13px;

.fc-content {
margin-right: 8px;
Expand Down
1 change: 0 additions & 1 deletion js/planning.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ var GLPIPlanning = {
nowIndicator: true,
now: options.now,// as we set the calendar as UTC, we need to reprecise the current datetime
listDayAltFormat: false,
agendaEventMinHeight: 13,
header: options.header,
hiddenDays: hidden_days,
locale: loadedLocales.length === 1 ? loadedLocales[0] : undefined,
Expand Down

0 comments on commit ea67d74

Please sign in to comment.