browse: Render names with multiple consecutive spaces correctly

This commit is contained in:
Matthew Holt 2016-01-25 13:43:35 -07:00
parent cf06abd691
commit ad664e5bba

View file

@ -214,6 +214,7 @@ td .name {
margin-left: 1.75em;
word-break: break-all;
overflow-wrap: break-word;
white-space: pre-wrap;
}
footer {