From 7de71333c655722c35a3e3e25e7769c0b292e27c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 19 Feb 2017 13:18:16 -0500 Subject: repo: several minor improvements 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file. --- public/css/gogs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 5cccce31..2b044a92 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -910,7 +910,7 @@ footer .ui.language .menu { padding-top: .6em; padding-bottom: .6em; display: inline-block; - word-break: break-all; + word-break: break-word; } .ui.attached.header { background: #f0f0f0; -- cgit v1.2.3