text-wrap: option to enable wrap #325
technoogies
started this conversation in
Ideas
Replies: 1 comment
-
I have to work on it some more since right now line wrapping would break line highlights and a couple other things. I appreciate the feedback though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are times when I add a single line of code that may be long and having an option to rwap text would be handy.
My patch for now.
/* -[ Code Block Pro ]- */ .wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor):not(.cbp-has-line-numbers):not(.cbp-see-more-loaded) pre code .line { text-wrap: wrap !important; } /* -[ END Code Block Pro ]- */
Regards,
~ Cory C.
Beta Was this translation helpful? Give feedback.
All reactions