mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Fix too long user website URL issue
This commit is contained in:
parent
d6d6c2aa4c
commit
ae445af083
@ -9,4 +9,8 @@
|
||||
text-align: center;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user