From ae319da5fd91c102b387296f9884401e120f9b79 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 26 Jan 2017 17:43:37 -0500 Subject: Disable local path migration by default (#4033) Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel. --- public/css/gogs.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public/css/gogs.css') diff --git a/public/css/gogs.css b/public/css/gogs.css index ab8c6569..82c52724 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -908,6 +908,7 @@ footer .ui.language .menu { padding-top: .6em; padding-bottom: .6em; display: inline-block; + word-break: break-all; } .ui.attached.header { background: #f0f0f0; -- cgit v1.2.3