gpt4 book ai didi

html - 表格单元格未在 Chrome 中正确换行文本

转载 作者:太空宇宙 更新时间:2023-11-04 12:16:21 27 4
gpt4 key购买 nike

我有一个使用 bootstrap 样式表的表格,并且不可能使单元格正确换行以向 Chrome 发送文本。无论如何,它在 IE 和 Firefox 上运行完美。你可以在这里看到它:

  <form action="todos" method="post">
<table class="table" border="1"> // Normal table using bootstrap stylesheet
<thead>
<tr>
<th>asdf</th>
<th>asdf<th>
...
</tr>
</thead>
<tbody>

<tr>
...
</tbody>

Content of the table

知道我做错了什么吗?

最佳答案

好像是用了word-wrap: break-word;尝试设置:

table td {
word-wrap: normal;
}

关于html - 表格单元格未在 Chrome 中正确换行文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28678208/

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