forked from forgejo/forgejo
Don't allow the issue view headers to stack.
- Show it horizontally, instead of giving each their own row.
This commit is contained in:
parent
8ef16c7cfb
commit
a8306a3e01
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue