diff options
author | Alexey 〒erentyev <axifnx@gmail.com> | 2021-09-12 21:24:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 20:24:57 +0200 |
commit | 7c84c9423246c0bd65a151897822adc298933e45 (patch) | |
tree | 4d5f93c51e0b002675d55dfaa41475d3632b785a /templates/repo | |
parent | a334a95a3c7f97b2a60fc87f5ada5ce139b07ffe (diff) | |
download | gitea-7c84c9423246c0bd65a151897822adc298933e45.tar.gz gitea-7c84c9423246c0bd65a151897822adc298933e45.zip |
fixed create repo page layout (#17012)
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/create.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index a129f661b5..6915cf3b49 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} <div class="page-content repository new repo"> - <div class="ui middle very relaxed page grid"> + <div class="ui middle very relaxed page one column grid"> <div class="column"> <form class="ui form" action="{{.Link}}" method="post"> {{.CsrfTokenHtml}} |