From 6c9e4bfad71ebc3e585186106209331a0fcdaa16 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Fri, 18 Jan 2019 10:47:26 +0800 Subject: [PATCH] . --- chapter2/mysite/myapp/static/styles/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {