gpt4 book ai didi

html - 使用 CSS 使我的链接换行时出现问题

转载 作者:太空宇宙 更新时间:2023-11-03 20:57:50 24 4
gpt4 key购买 nike

http://jsfiddle.net/ZDydm/

这是我正在尝试做的..

div {
border: 1px solid black;
width:400px;
}
.wrap {

}
.longtext{
white-space:nowrap;
}
<div>
<table>
<thead>
<tr>
<th>Column1</th>
<th>Column2</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="longtext">This is a bunch of text</span></td>
<td class="wrap"><a href="">Link1</a><a href="">Link2</a><a href="">Link3</a><a href="">Link4</a><a href="">Link5</a><a href="">Link6</a><a href="">Link7</a><a href="">Link8</a></td>
</tr>
</tbody>
</table>
</div>

我希望长文本不换行..但链接要换行

最佳答案

.wrap a:after { 
content: " ";
}

http://jsfiddle.net/ZDydm/9/

关于html - 使用 CSS 使我的链接换行时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8013748/

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