Skip to content

Commit

Permalink
Merge pull request #575 from danskernesdigitalebibliotek/fix-fullcale…
Browse files Browse the repository at this point in the history
…ndar-selection-in-cms

Fix issue with selected hour starting half an hour later
  • Loading branch information
kasperg authored Apr 8, 2024
2 parents 5b1e270 + 46b114a commit c1f3ee5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@
padding: 5px 10px;
cursor: pointer;
}

// Override Drupal's default margin for tables inside .fc to eliminate top and bottom spacing
// Fixes the issue where the selected hour starts half an hour later than the actual selection.
.fc table {
margin: 0;
}

0 comments on commit c1f3ee5

Please sign in to comment.