标签: css label width html-lists
我一直在尝试各种各样的方法来解决这个问题3个小时。
如果我改变
#todo-list li label{ word-wrap: break-word; }
但我只想让它成为自动换行:正常。
请参阅http://jsfiddle.net/adriennetran/svjbnxLp/
答案 0 :(得分:2)
你必须删除:
#todo-list li { white-space: nowrap; } #todo-list li label { white-space: pre; }
小提琴:http://jsfiddle.net/svjbnxLp/1/