Align second line of list item with the first line
ul.disc-aligned { display: table; padding-left:20px; } ul.disc-aligned > li { margin-bottom: 5px; } ul.disc-aligned > li::before { display: table-cell; text-align: right; }