1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-04-01 23:52:38 +00:00

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
assets
css/pages/userPage
js/pages/userPage

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

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