diff options
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 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; } |