Skip to content

Commit

Permalink
Remove borders on Caption wrapper (#2742)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorrenkema authored Jan 15, 2025
1 parent 1429384 commit 994ebff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/gitbook/src/components/DocumentView/Caption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,9 @@ export function Caption(
wrapperStyle = [
'relative',
'overflow-hidden',
'rounded',
'straight-corners:rounded-none',
'after:block',
'after:absolute',
'after:-inset-[0]',
'after:border-dark/2',
'after:border',
'after:rounded',
'straight-corners:after:rounded-none',
'dark:after:border-light/1',
'dark:after:mix-blend-plus-lighter',
'after:pointer-events-none',
fit ? 'w-fit' : null,
Expand Down

0 comments on commit 994ebff

Please sign in to comment.