Skip to content

Commit

Permalink
fix: multi-line blocks issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 12, 2022
1 parent 3b46d3f commit e5a53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bullet_threading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}

/* Fix multi-line blocks with children */
&[haschild="true"] {
&[haschild] {
> div > .block-content-wrapper::before {
pointer-events: none;
content: "";
Expand Down

0 comments on commit e5a53d4

Please sign in to comment.