Display file list as lines instead of bullets

Update
This isn’t for a specific query but, I found a solution here for all dataview lists: CSS for dataview lists

.dataview.list-view-ul {
padding-left: 0px;
list-style-type: none;
}

This will work for me : )