# CSS 如何设置一行超出显示省略号
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 530 (opens new window)
Author
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 530 (opens new window)
Author
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;