gpt4 book ai didi

twitter-bootstrap-3 - Bootstrap : how to make an alert take the width of its content

转载 作者:行者123 更新时间:2023-12-03 20:21:50 26 4
gpt4 key购买 nike

如何使警报占用其内容的宽度?

这个 div 将占用所有可用空间,而我希望它只与我的文本一样长。

<div class="alert alert-info">
<span class="glyphicon icon-info"></span> My text.
</div>

最佳答案

尝试这个..

.alert {display:inline-block;}

演示: http://www.bootply.com/124763

请注意,此方法将更改所有警报的行为。如果你不需要它,你可以添加类:
.alert-auto {display:inline-block;}

并仅在需要自动宽度警报的地方使用它。

关于twitter-bootstrap-3 - Bootstrap : how to make an alert take the width of its content,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22645012/

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