Skip to content

Commit a8306a3

Browse files
author
Gusted
committed
Don't allow the issue view headers to stack.
- Show it horizontally, instead of giving each their own row.
1 parent 8ef16c7 commit a8306a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="page-content repository view issue pull">
33
{{template "repo/header" .}}
44
<div class="ui container">
5-
<div class="ui two column stackable grid">
5+
<div class="ui two column grid">
66
<div class="column">
77
{{template "repo/issue/navbar" .}}
88
</div>

0 commit comments

Comments
 (0)