mirror of
https://gitee.com/gitea/gitea
synced 2025-12-31 20:56:34 +08:00
wrap long texts on user profile info (#7333)
fix #7255 discussed in PR #7254 Signed-off-by: Michael Gnehr <michael@gnehr.de>
This commit is contained in:
@@ -159,6 +159,11 @@ a {
|
||||
border-radius: 0.28571429rem !important;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
.mono {
|
||||
|
||||
Reference in New Issue
Block a user