diff --git a/chapter2/mysite/myapp/static/styles/common.css b/chapter2/mysite/myapp/static/styles/common.css index b663020..ca84d7f 100755 --- a/chapter2/mysite/myapp/static/styles/common.css +++ b/chapter2/mysite/myapp/static/styles/common.css @@ -5,7 +5,7 @@ body::-webkit-scrollbar { display: none; } - +table {white-space: nowrap;} table td { word-break: break-all; word-wrap:break-word; }