diff --git a/assets/css/pages/userPage/profileInfos.css b/assets/css/pages/userPage/profileInfos.css index dc257059..f21308f2 100644 --- a/assets/css/pages/userPage/profileInfos.css +++ b/assets/css/pages/userPage/profileInfos.css @@ -9,4 +9,8 @@ text-align: center; font-size: 90%; margin-bottom: 10px; +} + +.about-user-box { + word-break: break-all; } \ No newline at end of file diff --git a/assets/js/pages/userPage/profileInfos.js b/assets/js/pages/userPage/profileInfos.js index 95c6842d..850543c7 100644 --- a/assets/js/pages/userPage/profileInfos.js +++ b/assets/js/pages/userPage/profileInfos.js @@ -176,7 +176,7 @@ ComunicWeb.pages.userPage.profileInfos = { var boxRoot = createElem2({ appendTo: target, type: "div", - class: "box box-primary" + class: "box box-primary about-user-box" }); //Add box header