gpt4 book ai didi

CSS nowrap 用于文本元素以外的其他元素?

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

有没有办法避免 div 的换行当内容不仅仅是文本时的内容,例如几个按钮?

最佳答案

white-space:nowrap; 应该可以解决问题。

#foo {
white-space:nowrap;
width: 100px;
}
<div id="foo">
<input type="button" value="hello"/>
<input type="button" value="hello"/>
<input type="button" value="hello"/>
<input type="button" value="hello"/>
<input type="button" value="hello"/>
<input type="button" value="hello"/>
<input type="button" value="hello"/>
</div>

Demo

关于CSS nowrap 用于文本元素以外的其他元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15857321/

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