Block level exceeds the width of the display contents ellipsis

<style>
.widget-title-nowrap{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
</style>```
<a class="widget-title-nowrap" href="#" title="">标题内容</a>

Published 25 original articles · won praise 0 · Views 581

Guess you like

Origin blog.csdn.net/luyundesign/article/details/103763023
Recommended