mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-30 23:53:48 +03:00
browse: Render names with multiple consecutive spaces correctly
This commit is contained in:
parent
cf06abd691
commit
ad664e5bba
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ td .name {
|
|||
margin-left: 1.75em;
|
||||
word-break: break-all;
|
||||
overflow-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Reference in a new issue