@bankerbob When I pulled up the element style that was actually displaying, the font size was set to 0. Not sure how that was, but I did get the fix.
/* fix font size of doc list */
.text-muted {
font-size: 12px;
line-height: 35px;
}
Just adjust the font-size and line-height to your needs.