跨度和宽度问题

时间:2013-12-30 08:57:05

标签: html css

enter image description here

我正在使用fullcalendar库。问题是,当单词变长时,它会隐藏第一个单词并在新行上显示下一个单词。

我希望它像......

verylongverylong
verylong
appointment

像这样的东西。所以我试着像这样改变这个细胞的宽度。

.fc-event-title{
    display: block;
}

enter image description here

在此之后,宽度已经缩短了但仍然可以减少这个词。

有什么好主意吗?

1 个答案:

答案 0 :(得分:2)

尝试将css样式添加到您的范围:

word-wrap: break-word;