From fc38ec9628eaa7e155556eec90019fea4964ad84 Mon Sep 17 00:00:00 2001 From: lepdou Date: Wed, 25 May 2016 20:27:38 +0800 Subject: [PATCH] style --- apollo-portal/src/main/resources/static/styles/common-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-portal/src/main/resources/static/styles/common-style.css b/apollo-portal/src/main/resources/static/styles/common-style.css index 76d2f7431..5b9f53c27 100644 --- a/apollo-portal/src/main/resources/static/styles/common-style.css +++ b/apollo-portal/src/main/resources/static/styles/common-style.css @@ -15,7 +15,7 @@ a { cursor: pointer; } -p td span{ +p, td, span { word-wrap: break-word; word-break: break-all; } -- GitLab