From ae445af083f17508719a18bcb6c55a18c42a6c92 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 5 May 2018 10:25:17 +0200 Subject: [PATCH] Fix too long user website URL issue --- assets/css/pages/userPage/profileInfos.css | 4 ++++ assets/js/pages/userPage/profileInfos.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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