fix css profile url
This commit is contained in:
@@ -415,6 +415,9 @@ body {
|
|||||||
|
|
||||||
.profile-info {
|
.profile-info {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-name {
|
.profile-name {
|
||||||
@@ -442,6 +445,8 @@ body {
|
|||||||
.profile-desc {
|
.profile-desc {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Services */
|
/* Services */
|
||||||
|
|||||||
Reference in New Issue
Block a user