bastihilger / nova-tiptap

Laravel Nova Tiptap Field
MIT License
172 stars 61 forks source link

List items broken on detail page #29

Closed stuartcusackie closed 4 years ago

stuartcusackie commented 4 years ago

Just a small bug here. List items are being marked up to contain paragraphs on the details page:

image

bastihilger commented 4 years ago

Thanks for the heads-up - this is now fixed in v1.2.1 by adding styles to the detail field. Because the actual problem ist that the underlying ProseMirror wraps the li content in p tags - and this cannot be remedied in my package and neither in the underlying tiptap package, see this issue incase you are interested:

https://github.com/ueberdosis/tiptap/issues/118