diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/common.scss b/platypush/backend/http/webapp/src/components/panels/Entities/common.scss index 5ad49242..e37d18f6 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/common.scss +++ b/platypush/backend/http/webapp/src/components/panels/Entities/common.scss @@ -96,7 +96,7 @@ $collapse-toggler-width: 2em; .value { font-size: 1.1em; font-weight: bold; - word-break: break-all; + word-break: break-word; opacity: 0.8; }