Skip to content

Commit

Permalink
Merge pull request #14879 from filamentphp/add-css-class-to-rich-edit…
Browse files Browse the repository at this point in the history
…or-editor

Add CSS class to rich editor editor
  • Loading branch information
zepfietje authored Nov 25, 2024
2 parents db6e3a1 + e785b16 commit 51a6441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ class="trix-button trix-button--dialog"
@endif
{{
$getExtraInputAttributeBag()->class([
'prose min-h-[theme(spacing.48)] max-w-none !border-none px-3 py-1.5 text-base text-gray-950 dark:prose-invert focus-visible:outline-none dark:text-white sm:text-sm sm:leading-6',
'fi-fo-rich-editor-editor prose min-h-[theme(spacing.48)] max-w-none !border-none px-3 py-1.5 text-base text-gray-950 dark:prose-invert focus-visible:outline-none dark:text-white sm:text-sm sm:leading-6',
])
}}
></trix-editor>
Expand Down

0 comments on commit 51a6441

Please sign in to comment.