diff --git a/chapter2/mysite/myapp/static/styles/common.css b/chapter2/mysite/myapp/static/styles/common.css index 19cdad3..6f97d87 100755 --- a/chapter2/mysite/myapp/static/styles/common.css +++ b/chapter2/mysite/myapp/static/styles/common.css @@ -6,7 +6,7 @@ body::-webkit-scrollbar { } table {white-space: nowrap;width: 100%; border: none; border-collapse: collapse; border-spacing: 0px !important; display: table; table-layout:fixed; } -table td { word-break: break-all; word-wrap:break-word; } +table td { word-break: break-all; word-wrap:break-word;overflow: hidden; } .anchorBL {