From 9f4e584122b231931ada88e2c813aa720b1bd56e Mon Sep 17 00:00:00 2001 From: Tony Tsang Date: Mon, 5 Jan 2015 12:07:50 +0800 Subject: Add max-width to commit message of repo-files-table --- public/ng/css/gogs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/ng/css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index aa5afaec..12ae89ed 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; } -- cgit v1.2.3