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
让悬浮提示里的链接 word-break: break-all;
word-break: break-all;
如果提示是链接的话看起来会很奇怪:
直接用 .tooltip { word-break: break-all; } 的话链接是正常了,但如果提示是普通文本的话就会在单词中间截断了:
.tooltip { word-break: break-all; }
所以能不能给链接套一层 a 元素? (或者是 data-type="a"?)
然后单独给提示里的链接用 word-break: break-all;
No response
The text was updated successfully, but these errors were encountered:
💄 fix #11539
c4d72c1
这样直接加 style 的话会不会连标题一起 word-break: break-all 了?
word-break: break-all
Sorry, something went wrong.
分开的,不会。
Vanessa219
No branches or pull requests
让悬浮提示里的链接
word-break: break-all;
In what scenarios do you need this feature?
如果提示是链接的话看起来会很奇怪:
直接用
.tooltip { word-break: break-all; }
的话链接是正常了,但如果提示是普通文本的话就会在单词中间截断了:Describe the optimal solution
所以能不能给链接套一层 a 元素? (或者是 data-type="a"?)
然后单独给提示里的链接用
word-break: break-all;
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: