diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-15 16:28:38 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-15 16:28:38 -0400 |
commit | 1aa12c74523680946dd220b6fc8cbe6d594b5a54 (patch) | |
tree | eb7ddfb18e6f402454ba6bdb9bec0da1f537e464 /public/ng/less | |
parent | fa241efa6d5e934f599e43714e970fa48c9a0f47 (diff) | |
download | gitea-1aa12c74523680946dd220b6fc8cbe6d594b5a54.tar.gz gitea-1aa12c74523680946dd220b6fc8cbe6d594b5a54.zip |
Fix #572
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/gogs/repository.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 8f02fc5846..05e203a774 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -523,6 +523,12 @@ font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace; font-size: 14px; } + .message { + width: 60%; + span { + max-width: 500px; + } + } } .diff-head-box { margin-top: 10px; |