How do you use pico with an embedded editor? #307
-
Beta Was this translation helpful? Give feedback.
Answered by
lucaslarroche
Jan 30, 2023
Replies: 1 comment 1 reply
-
As Pico affects all the HTML tags, you probably have to override the styles for the text editor. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nibl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As Pico affects all the HTML tags, you probably have to override the styles for the text editor.
width: auto
for the editor's buttons, anddata-theme="light"
for the editable section, and probably a lot more.There is no easy solution in this case.