0

我有一些通过 jQuery 设置文本的 DIV 和 LI。

var answers = ['Participants will be added and  invited to this team', 'A Sign Up Sheet will be created'];
$('#inv-type').text(answers[value]);

或者

$('#summary').append('<li>'+answer+'</li>');

在这两种情况下,文本在分配给 DIV 或 LI 时都会换行,尽管在这两种情况下,文本都有足够的空间不必换行。这是检查的DIV:

在此处输入图像描述

为什么会这样?

4

0 回答 0