mirror of
https://github.com/go-gitea/gitea
synced 2025-08-01 23:28:36 +00: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