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:
Cherrg 2019-07-01 03:56:26 +02:00 committed by techknowlogick
parent 3563650bdb
commit 9c6af9d2bb
3 changed files with 8 additions and 2 deletions

View file

@ -159,6 +159,11 @@ a {
border-radius: 0.28571429rem !important;
}
.wrap {
word-wrap: break-word;
word-break: break-all;
}
pre,
code,
.mono {