Skip to content

Commit

Permalink
fixing table contents when in BlockText on a student project step
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 20, 2024
1 parent 69a8191 commit bc9bc5e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ const { heading, blocks, image, steps, stepsNumbering, text } = reactive(props)
@apply mr-[14rem];
}
}
table {
p,
li {
@apply mr-0;
}
}
}
}
}
Expand Down

0 comments on commit bc9bc5e

Please sign in to comment.