gpt4 book ai didi

css - 防止 Bootstrap 按钮组中断

转载 作者:技术小花猫 更新时间:2023-10-29 11:16:34 27 4
gpt4 key购买 nike

当空间较小时,如何防止 Bootstrap 按钮组分成​​ 2 行?

我正在尝试使用以下 Bootstrap 代码:

   <div class="btn-group" style=" width:100px ;">
<button type="button" class="btn btn-default" style=" width:30px;">-</button>
<input type="text" class="form-control" style="width:30px;">
<button type="button" class="btn btn-default" style=" width:30px;"> +</button>
</div>

它看起来像:

enter image description here

最佳答案

这对我有用,将按钮组变成 flex 元素(默认情况下它不换行):

.btn-group {
display: flex;
}

我在这里看到了这个,还有更多选择: https://github.com/twbs/bootstrap/issues/9939

关于css - 防止 Bootstrap 按钮组中断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23167678/

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