diff options
author | Unknwon <u@gogs.io> | 2017-01-26 17:43:37 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-01-26 17:43:37 -0500 |
commit | ae319da5fd91c102b387296f9884401e120f9b79 (patch) | |
tree | 82876db589f1f15d0b2d6cf7790f8a3f06f0c14f /public | |
parent | 6d6848af5c8b3188dd538299fa6d50073c8d8153 (diff) |
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.
Diffstat (limited to 'public')
-rw-r--r-- | public/css/gogs.css | 1 | ||||
-rw-r--r-- | public/less/_form.less | 1 |
2 files changed, 2 insertions, 0 deletions
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; 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 { |