<ol>
  <li> <span>Товар</span></li>
  <li> <span>Товар</span></li>
  <li> <span>Товар</span></li>
  <li> <span>Товар</span></li>
</ol>

<a href="https://qna.habr.com/q/749839" class="ask">
  https://qna.habr.com/q/749839
</a>
ol li:nth-child(1){
  width: 200px;
}

ol li:nth-child(2){
  width: 260px;
}

ol li:nth-child(3){
  width: 150px;
}

ol li:nth-child(4){
  width: 300px;
}

ol li{
  position: relative;
  border-bottom: 1px dotted #000;
}

ol li span{
  position: absolute;
  left: 100%;
}


.ask{
  position: fixed;
  right: 30px;
  bottom: 30px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.