Skip to content

Commit

Permalink
fix: use prose-base class for sm screens to prevent override of prose…
Browse files Browse the repository at this point in the history
…-invert (#3810)
  • Loading branch information
cstrnt authored Mar 2, 2023
1 parent 1f5e23a commit bdc4980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/src/Experiments/Tailwind/JS/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
editorProps: {
attributes: {
class: 'prose dark:prose-invert prose-sm sm:prose lg:prose-lg xl:prose-2xl m-5 focus:outline-none',
class: 'prose dark:prose-invert prose-sm sm:prose-base lg:prose-lg xl:prose-2xl m-5 focus:outline-none',
},
},
content: `
Expand Down

0 comments on commit bdc4980

Please sign in to comment.