gpt4 book ai didi

html - 标签文本换行但不缩进第二行

转载 作者:太空狗 更新时间:2023-10-29 14:55:50 25 4
gpt4 key购买 nike

我有一个宽度有限的表单,但是标签文本可能比表单宽度长,所以文本被换行到多行。我的问题是第一行由于输入元素而缩进,但第二行没有,这使得表单不好看。

你有什么想法让第二个,第三个......将缩进为第一行,只使用CSS吗?

实际:

enter image description here

我的期望是

enter image description here

这是我的例子:

http://jsbin.com/UvaqISO/2/edit

最佳答案

像这样。

.checkbox-field {
display: flex;
flex-direction: row;
}
<div class="checkbox-field">
<input type="checkbox" id="check">
<label for="check">Field 2 Label, may be longer than normal, This is an example for this lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem lorem</label>
</div>

关于html - 标签文本换行但不缩进第二行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20369808/

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