mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 13:59:23 +00:00
Fix too long user website URL issue
This commit is contained in:
parent
d6d6c2aa4c
commit
ae445af083
@ -10,3 +10,7 @@
|
|||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-user-box {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
@ -176,7 +176,7 @@ ComunicWeb.pages.userPage.profileInfos = {
|
|||||||
var boxRoot = createElem2({
|
var boxRoot = createElem2({
|
||||||
appendTo: target,
|
appendTo: target,
|
||||||
type: "div",
|
type: "div",
|
||||||
class: "box box-primary"
|
class: "box box-primary about-user-box"
|
||||||
});
|
});
|
||||||
|
|
||||||
//Add box header
|
//Add box header
|
||||||
|
Loading…
Reference in New Issue
Block a user