Html 文本超出容器的问题(引导)

Html 文本超出容器的问题(引导),html,css,twitter-bootstrap,responsive-design,Html,Css,Twitter Bootstrap,Responsive Design,正如您在上所看到的,如果使用窗口大小,lorem ipsum文本有时会超出白色容器。 我不明白为什么,因为当我查看代码时,所有内容似乎都嵌入到主容器中,因此我希望文本能够流畅地适应窗口大小。 问题是什么? 谢谢 你知道吗? 副作用 Lorem ipsum dolor sit amet,adipiscin连接器 等 这是因为您已将固定宽度应用于。容器: .container { width: 1260px; /* remove or edit this line */ } .co

正如您在上所看到的,如果使用窗口大小,lorem ipsum文本有时会超出白色容器。 我不明白为什么,因为当我查看代码时,所有内容似乎都嵌入到主容器中,因此我希望文本能够流畅地适应窗口大小。 问题是什么? 谢谢


你知道吗?
副作用

Lorem ipsum dolor sit amet,adipiscin连接器

等

这是因为您已将固定宽度应用于
。容器

.container {
    width: 1260px; /* remove or edit this line */
}
.container {
    width: 1260px; /* remove or edit this line */
}