File tree 3 files changed +3
-3
lines changed
templates/repo/issue/view_content
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{{if .ctx.IsSigned}}
2
- <div class="item action ui pointing select-reaction dropdown" data-action-url="{{ .ActionURL }}">
2
+ <div class="item action ui pointing select-reaction dropdown top right " data-action-url="{{ .ActionURL }}">
3
3
<a class="add-reaction">
4
4
{{svg "octicon-smiley"}}
5
5
</a>
Original file line number Diff line number Diff line change 1
1
{{if .ctx.IsSigned}}
2
- <div class="item action ui pointing custom dropdown context-dropdown">
2
+ <div class="item action ui pointing custom dropdown top right context-dropdown">
3
3
<a class="context-menu">
4
4
{{svg "octicon-kebab-horizontal"}}
5
5
</a>
Original file line number Diff line number Diff line change @@ -1784,7 +1784,7 @@ a.ui.basic.label:hover {
1784
1784
}
1785
1785
1786
1786
/* fix misaligned right buttons on box headers */
1787
- .ui.attached.header .right {
1787
+ .ui.attached.header .right : not ( .dropdown ) {
1788
1788
position : absolute ;
1789
1789
right : .78571429rem ;
1790
1790
top : 0 ;
You can’t perform that action at this time.
0 commit comments