diff options
author | Unknwon <u@gogs.io> | 2015-12-11 19:24:57 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-11 19:24:57 -0500 |
commit | 59c965a5ec2553b40a76cc322855b62116eac5f0 (patch) | |
tree | 3f3f25f7eed2ed51a251343e5521416c1a13d635 /public/less | |
parent | 76bdbcc969acd0e91cd3e10f5fdbfae3273df45b (diff) | |
download | gitea-59c965a5ec2553b40a76cc322855b62116eac5f0.tar.gz gitea-59c965a5ec2553b40a76cc322855b62116eac5f0.zip |
#2156 admin able to edit organization max repo creation
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_organization.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/less/_organization.less b/public/less/_organization.less index 4ad3b1dad0..664c464274 100644 --- a/public/less/_organization.less +++ b/public/less/_organization.less @@ -21,7 +21,6 @@ &.options { input { - width: 50%!important; min-width: 300px; } } |