gpt4 book ai didi

css - 如何在 bootstrap 3 中获得响应式按钮

转载 作者:数据小太阳 更新时间:2023-10-29 09:10:48 25 4
gpt4 key购买 nike

我正在使用 bootstrap 3,我有以下 html:

<div class="col-sm-2" >
<a id="new-board-btn" class="btn btn-success" >Create New Board</a>
</div>

在小屏幕上,文本“Create New Board”太长,无法显示在按钮上。我希望文本换行到另一行,并增加按钮的高度以适合文本。有关如何执行此操作的任何提示?

最佳答案

在 Bootstrap 中,.btn类有一个 white-space: nowrap;属性,使按钮文本不会换行。所以,在将其设置为 normal 之后, 并给按钮一个 width ,如果文本超过集合 width,文本应该换行到下一行.

#new-board-btn {
white-space: normal;
}

http://jsfiddle.net/ADewB/

关于css - 如何在 bootstrap 3 中获得响应式按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19284153/

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