RichEditor strange formatting when using links

The following is the form schema RichEditor definition:
RichEditor::make('description')
->maxLength(65535),
RichEditor::make('description')
->maxLength(65535),
In table builder I use the following code:
Tables\Columns\TextColumn::make('description')
->html()
->extraAttributes(['class' => 'prose'])
->wrap()
->searchable(),
Tables\Columns\TextColumn::make('description')
->html()
->extraAttributes(['class' => 'prose'])
->wrap()
->searchable(),
I've tried removing both wrap and extraAttributes with no success, the content is still rendered wrong (as you can see from the attached images). Any idea how to fix this? Thanks!
No description
No description
0 Replies
No replies yetBe the first to reply to this messageJoin