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/less/_form.less | 1 + 1 file changed, 1 insertion(+) (limited to 'public/less') diff --git a/public/less/_form.less b/public/less/_form.less index 3dba34d7..88ab7d00 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -4,6 +4,7 @@ padding-top: .6em; padding-bottom: .6em; display: inline-block; + word-break: break-all; } } .ui.attached.header { -- cgit v1.2.3