diff options
author | kolaente <konrad@kola-entertainments.de> | 2018-07-26 17:25:41 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-07-26 18:25:41 +0300 |
commit | 8d1ad55598311e079e2af07fb7aa3f9992ba4f65 (patch) | |
tree | e5832a83330fc27a7b9ce103e9de882a75615047 /templates | |
parent | f847884d1678ce02cdf0d4ba346a122e0aa7be44 (diff) | |
download | gitea-8d1ad55598311e079e2af07fb7aa3f9992ba4f65.tar.gz gitea-8d1ad55598311e079e2af07fb7aa3f9992ba4f65.zip |
Responsive design fixes (#4508)
* reset to master
* build css
* Fixed spacing
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/release/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/release/new.tmpl b/templates/repo/release/new.tmpl index 5f82cf2f52..cdead92b9d 100644 --- a/templates/repo/release/new.tmpl +++ b/templates/repo/release/new.tmpl @@ -12,7 +12,7 @@ {{end}} </h2> {{template "base/alert" .}} - <form class="ui form grid" action="{{.Link}}" method="post"> + <form class="ui form stackable grid" action="{{.Link}}" method="post"> {{.CsrfTokenHtml}} <div class="ui seven wide column target"> <div class="inline field {{if .Err_TagName}}error{{end}}"> |