nickberens360
7/29/2014 - 1:23 PM

Align second line of list item with the first line

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;
}