Fix too long user website URL issue

This commit is contained in:
Pierre 2018-05-05 10:25:17 +02:00
parent d6d6c2aa4c
commit ae445af083
2 changed files with 5 additions and 1 deletions

View File

@ -10,3 +10,7 @@
font-size: 90%;
margin-bottom: 10px;
}
.about-user-box {
word-break: break-all;
}

View File

@ -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