mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +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:
parent
3563650bdb
commit
9c6af9d2bb
3 changed files with 8 additions and 2 deletions
|
@ -159,6 +159,11 @@ a {
|
|||
border-radius: 0.28571429rem !important;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
.mono {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue