diff options
author | Tony Tsang <tony@tcnhk.com> | 2015-01-05 12:07:50 +0800 |
---|---|---|
committer | Tony Tsang <tony@tcnhk.com> | 2015-01-05 12:22:20 +0800 |
commit | 9f4e584122b231931ada88e2c813aa720b1bd56e (patch) | |
tree | b3969228da250d35edaf09b23c4725274fa586e5 /public/ng/css/gogs.css | |
parent | d5c6b535715c9c791f6cff7e19c66cedd089c6d2 (diff) | |
download | gitea-9f4e584122b231931ada88e2c813aa720b1bd56e.tar.gz gitea-9f4e584122b231931ada88e2c813aa720b1bd56e.zip |
Add max-width to commit message of repo-files-table
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r-- | public/ng/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index aa5afaec1d..12ae89ed4b 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1250,6 +1250,9 @@ The register and sign-in page style color: #428BCA; text-decoration: underline; } +#repo-files-table td.message .text-truncate { + max-width: 360px; +} #repo-files-table tbody { background-color: #FFF; } |