aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-23 20:24:02 -0400
committerUnknwon <u@gogs.io>2017-03-23 20:24:02 -0400
commitbd1e7573505b9fe0adaa376c025c3e2e33ce4583 (patch)
tree1c8d526c1b1c8f23a7208ec50d28f1d6756f2e20 /public/css/gogs.css
parent3144be5c8118efa32c1367a00d7bd0602429c48b (diff)
user: remove sanitizer for FullName (#1937)
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r--public/css/gogs.css3
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;
}