We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Div is added under label on paste, should not happen
To Reproduce Steps to reproduce the behavior:
Expected behavior Div should not be added
The text was updated successfully, but these errors were encountered:
I think the problem is not adding DIV, but "display:flex", which is not supported in our code.
I feel this result is by design. Unless we want to support flex.
Sorry, something went wrong.
Not sure, in the source content, in the Label we do not have a div inside of the element:
Once it is pasted a div is appended to the label:
If I remove the inner Div in the label, the extra spacing is gone:
Do you feel this is by design or a fidelity issue?
I tried to add label with knownElementProcessor, then no additional DIV is added:
BryanValverdeU
No branches or pull requests
Describe the bug
Div is added under label on paste, should not happen
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Div should not be added
The text was updated successfully, but these errors were encountered: