diff options
author | Unknwon <u@gogs.io> | 2017-03-23 20:24:02 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-23 20:24:02 -0400 |
commit | bd1e7573505b9fe0adaa376c025c3e2e33ce4583 (patch) | |
tree | 1c8d526c1b1c8f23a7208ec50d28f1d6756f2e20 /public/css/gogs.css | |
parent | 3144be5c8118efa32c1367a00d7bd0602429c48b (diff) |
user: remove sanitizer for FullName (#1937)
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 54a351c7..c7a19c19 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2861,6 +2861,9 @@ footer .ui.language .menu { .user.settings.repositories .repos .item .button { margin-top: -5px; } +.user.profile .ui.card .header { + word-break: break-all; +} .user.profile .ui.card .username { display: block; } |