Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix not being able to override styles when wrapLongLines is true #487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kensanangelo
Copy link

I encountered a specific use case in which I still needed to be able to override display: flex when wrapLongLines and showLineNumbers are true. This PR fixes this without changing functionality.

@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Merging #487 (c429e8e) into master (6990564) will not change coverage.
The diff coverage is 33.33%.

@@           Coverage Diff           @@
##           master     #487   +/-   ##
=======================================
  Coverage   95.97%   95.97%           
=======================================
  Files          11       11           
  Lines         323      323           
  Branches      123      123           
=======================================
  Hits          310      310           
  Misses         12       12           
  Partials        1        1           
Impacted Files Coverage Δ
src/highlight.js 95.18% <33.33%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant