bootstrap重叠列如何解决这个问题?(bootstrap overlapping column how can i fix this?)

编程入门 行业动态 更新时间:2024-10-28 05:18:03
bootstrap重叠列如何解决这个问题?(bootstrap overlapping column how can i fix this?)

我有一个问题。 引导程序div栏中的文本重叠

这是图像中的问题

这是图像中的代码

谢谢,对不起,英文很抱歉

I have an issue. Text in the div col of bootstrap overlapping

This is the problem in image

This is the code in image

Thanks, Sorry for bad English

最满意答案

我看到2个解决方案。 :

在下面的css类中,文本将被截断并以3个点结束

.my-new-class{ overflow:hidden; text-overflow: ellipsis; }

在下面的css类中,这个词将会显示在多行中。

.my-new-class{ word-wrap: break-word; }

I see 2 solutions. :

_in the css class below, the text will be cut off and end with 3 dots

.my-new-class{ overflow:hidden; text-overflow: ellipsis; }

_in the css class below, the word will just display in multiple lines.

.my-new-class{ word-wrap: break-word; }

更多推荐

div,中的,image,问题,This,电脑培训,计算机培训,IT培训"/> <meta name="descript

本文发布于:2023-07-05 01:12:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1031306.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:解决这个问题   bootstrap   overlapping   fix   column

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!