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

Within the <p> tag, a <strong> or any inline tag appears in the middle of the paragraph #710

Open
1 task done
wuzeqiang2030 opened this issue Jan 13, 2025 · 2 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@wuzeqiang2030
Copy link

Affected version

v0.16.3+1

No same issues found

  • Yes, I search all issues but not found.

Bug type

CSS/DOM Style

Which frontend framework you are using.

No response

Steps to reproduce

Interface Display

Code example

在写一段文案中需要对重点突兀文本做出修改加粗效果行内不填充情况出现换行了

Expected results

想要的效果

Actual results

显示效果

@wuzeqiang2030 wuzeqiang2030 added the bug Something isn't working label Jan 13, 2025
@wuzeqiang2030
Copy link
Author

wuzeqiang2030 commented Jan 13, 2025

Code example
<p>在写一段文案中需要对重点突兀<strong>文本做出修改加粗效果</strong>行内不填充情况出现换行了</p>

strong{ font-size: 15px; }

@andycall
Copy link
Member

Code example <p>在写一段文案中需要对重点突兀\<strong\>文本做出修改加粗效果\</strong\>行内不填充情况出现换行了</p>

strong{ font-size: 15px; }

Inline formatting context 目前还仅属于 enterprise 的功能

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants