gpt4 book ai didi

html - 使用 flexbox 时 Bootstrap 文本不会被截断

转载 作者:行者123 更新时间:2023-12-05 03:55:44 25 4
gpt4 key购买 nike

我正在使用 flexbox 处理 Bootstrap 卡,但无法进行文本截断。卡片文本按预期换行,但是,当没有足够的空间时,卡片标题不会被截断,而是将内容推到卡片之外 ( see screenshot )。

谁能解释为什么会这样?

<div class="container-fluid">
<div class="row">
<div class="col">
<div class="card d-flex flex-row">
<a href="#">[Image]</a>
<div class="card-body d-flex align-items-center">
<div class="flex-grow-1">
<a href="#"><h5 class="card-title text-truncate">Lorem ipsum dolor sit amet, consetetur sadipscing elitr</h5></a>
<div class="card-text">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</div>
</div>
<small class="align-self-baseline text-nowrap">Lorem ipsum</small>
<div>[Icon]</div>
</div>
</div>
</div>
</div>
</div>

See example on jsfiddle

最佳答案

老实说,我不知道这是错误还是功能,但似乎flexbox and text truncation don't play well together .

Without this (min-width), the flex child containing the other text elements won't narrow past the "implied width" of those text elements.

在您的特定情况下,我将 min-width: 0 设置为 .card-body.flex-grow-1 类.

jsfiddle

关于html - 使用 flexbox 时 Bootstrap 文本不会被截断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59976201/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com