Skip to content

Commit

Permalink
Fix collision between 2 periods
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucieo committed Mar 1, 2024
1 parent aa13b9e commit db22123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/components/Account/Place/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export const StyleWrapper = styled.div`
.fc-daygrid-event-harness {
top: 0 !important;
}
.fc-daygrid-event-harness:nth-child(2):before {
top: 0 !important;
}
`

const Schedule = ({ isCampaignMode }: { isCampaignMode?: boolean }) => {
Expand Down

0 comments on commit db22123

Please sign in to comment.