fix css profile url

This commit is contained in:
2026-02-28 22:50:44 +09:00
parent 928665217d
commit 4f336de805

View File

@@ -415,6 +415,9 @@ body {
.profile-info {
flex: 1;
min-width: 0;
overflow-wrap: break-word;
word-break: break-word;
}
.profile-name {
@@ -442,6 +445,8 @@ body {
.profile-desc {
font-size: 14px;
color: #444;
overflow-wrap: break-word;
word-break: break-word;
}
/* Services */