1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

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 {