使用CSS属性处理前端开发中长文本造成的内容显示重叠问题
生活随笔
收集整理的這篇文章主要介紹了
使用CSS属性处理前端开发中长文本造成的内容显示重叠问题
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
學習網(wǎng)站:Handling Long and Unexpected Content in CSS
例1:文本和圖標(accordion)重疊
解決方案:
.button {padding-right: 50px; }例2:label里的長文本和button重疊
解決方案:
add position: relative for the button.例3:過長的單詞或者超鏈接
Sometimes there are long links or words in an article. This might not cause an issue with a very wide viewport. But for smaller sizes like mobile or tablet, this will cause a horizontal scrolling and it will be annoying.
解決方案:
.article-body p {word-break: break-all; }或者:
.article-body p {overflow: hidden;text-overflow: ellipsis; }更多Jerry的原創(chuàng)文章,盡在:“汪子熙”:
總結
以上是生活随笔為你收集整理的使用CSS属性处理前端开发中长文本造成的内容显示重叠问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 生完孩子怎么减肚子上的赘肉
- 下一篇: FGO泳装阿比羁绊礼装的效果怎么样