Skip to content

Commit

Permalink
Fix UI column width, button overflow Fomantic's grid (#21559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Zhou and lunny authored Oct 28, 2022
1 parent 125e3e3 commit 830f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/branch/list.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
{{end}}
{{end}}
</td>
<td class="two wide right aligned overflow-visible">
<td class="three wide right aligned overflow-visible">
{{if and $.IsWriter (not $.Repository.IsArchived) (not .IsDeleted)}}
<div class="ui basic jump button icon tooltip show-create-branch-modal" data-branch-from="{{.Name}}" data-branch-from-urlcomponent="{{PathEscapeSegments .Name}}" data-content="{{$.locale.Tr "repo.branch.new_branch_from" .Name}}" data-position="top right" data-modal="#create-branch-modal" data-name="{{.Name}}">
{{svg "octicon-git-branch"}}
Expand Down

0 comments on commit 830f5c3

Please sign in to comment.