mirror of
https://github.com/go-gitea/gitea
synced 2025-08-16 22:48:27 +00:00
Don't allow the issue view headers to stack.
- Show it horizontally, instead of giving each their own row.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="page-content repository view issue pull">
|
||||
{{template "repo/header" .}}
|
||||
<div class="ui container">
|
||||
<div class="ui two column stackable grid">
|
||||
<div class="ui two column grid">
|
||||
<div class="column">
|
||||
{{template "repo/issue/navbar" .}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user