Skip to content

Commit

Permalink
Merge pull request #34 from spreaker/fix-firefox
Browse files Browse the repository at this point in the history
Fix charts firefox
  • Loading branch information
lele85 authored Nov 8, 2023
2 parents 44f4faf + cb3efe8 commit 7dd9867
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/src/pages/[endpoint].astro
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ const endpointServices = MONITORED[endpointId || ''].services
'group',
'transition-colors',
'duration-500',
'relative'
'relative',
'bg-clip-padding'
].join(' ')}
>
<span
Expand Down Expand Up @@ -173,7 +174,8 @@ const endpointServices = MONITORED[endpointId || ''].services
'group',
'transition-colors',
'duration-500',
'relative'
'relative',
'bg-clip-padding'
].join(' ')}
>
<span
Expand Down

0 comments on commit 7dd9867

Please sign in to comment.