diff --git a/src/index.css b/src/index.css index e134801..2f2e289 100644 --- a/src/index.css +++ b/src/index.css @@ -61,4 +61,13 @@ .ignore-white-space .white-space { @apply whitespace-nowrap; } + + /* + Tailwind prose adds margin-bottom to * in some situations, + firefox renders margin-bottom on
elements, chrome doesnt, + margin-bottom on br is not ideal in all situations + */ + .prose br { + margin-bottom: 0; + } }