diff options
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_organization.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/less/_organization.less b/public/less/_organization.less index 27dc7544fd..6071604cbc 100644 --- a/public/less/_organization.less +++ b/public/less/_organization.less @@ -152,6 +152,7 @@ } #add-repo-form, + #repo-multiple-form, #add-member-form { input { margin-left: 0; @@ -162,5 +163,9 @@ margin-top: -3px; } } + + #repo-top-segment { + height: 60px; + } } } |