Skip to content

Commit

Permalink
Override Drupal's default table margins
Browse files Browse the repository at this point in the history
This fixes the issue where the selected hour begins half an hour later than the actual selection.
  • Loading branch information
kasperbirch1 committed Apr 8, 2024
1 parent 5b1e270 commit 46b114a
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 46b114a

Please sign in to comment.