From af915e536f5aed2f8a89d12f36c6411912837abe Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Fri, 18 Jan 2019 10:44:10 +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 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; }