1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

#2156 admin able to edit organization max repo creation

This commit is contained in:
Unknwon 2015-12-11 19:24:57 -05:00
parent 76bdbcc969
commit 59c965a5ec
12 changed files with 30 additions and 18 deletions

View file

@ -2773,7 +2773,6 @@ footer .container .links > *:first-child {
width: 50%!important;
}
.organization.options input {
width: 50%!important;
min-width: 300px;
}
.organization.profile #org-avatar {

View file

@ -21,7 +21,6 @@
&.options {
input {
width: 50%!important;
min-width: 300px;
}
}