Just add padding to li tag in style for better control
ul#list li{padding:5px 10px 15px 20px;}
In this example, padding is top:5px, right:10px, bottom:15px and left:20px You can set according to your requirement