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

@ -9,4 +9,8 @@
text-align: center;
font-size: 90%;
margin-bottom: 10px;
}
.about-user-box {
word-break: break-all;
}