下の画像に示すようなリンクがあります
私がしたいのは、適用することです
text-overflow: ellipsis;
したがって、この場合、「ページ」という単語は省略記号に置き換えられますが、リンクの:after要素である矢印が残ります。
リンクコードは次のとおりです。
.next-lesson:after{
background: url("img/icons.png") no-repeat -9px -91px;
display: inline-block;
background-repeat: no-repeat;
width: 15px;
height: 15px;
content: "";
margin-left: 5px;
}