diff --git a/templates/auto_pt/showlog.html b/templates/auto_pt/showlog.html index 0c2833a..f9dedb2 100644 --- a/templates/auto_pt/showlog.html +++ b/templates/auto_pt/showlog.html @@ -12,16 +12,18 @@ background-color: #D3DCE6; color: #333; text-align: center; - line-height: 200px; + line-height: 150px; } .logs { color: #F2F6FC; background-color: #1f2c39; - margin-left: 25px; font-size: 14px; font-family: 'Heiti SC'; - line-height: 18px; + line-height: 20px; + word-break: break-word; + } + .logs > code { }