Skip to content

Commit e8fb84d

Browse files
authored
Remove flip hash from columns (#3413)
1 parent 57f951a commit e8fb84d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/bright-avocados-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Fix hash with align in columns

packages/gitbook/src/components/DocumentView/Columns/Columns.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export function Columns(props: BlockProps<DocumentBlockColumns>) {
1818
document={document}
1919
ancestorBlocks={[...ancestorBlocks, block, columnBlock]}
2020
context={context}
21-
blockStyle="flip-heading-hash"
2221
style="w-full space-y-4 *:max-w-full"
2322
/>
2423
</Column>

0 commit comments

Comments
 (0)