File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11{{if ctx.RootData.IsSigned}}
2- <div class="item action ui dropdown jump pointing top right select-reaction tw-px-[5px] " data-action-url="{{.ActionURL}}">
2+ <div class="item action ui dropdown jump pointing top right select-reaction" data-action-url="{{.ActionURL}}">
33 <a class="muted">{{svg "octicon-smiley"}}</a>
44 <div class="menu">
55 {{range $value := AllowedReactions}}
Original file line number Diff line number Diff line change @@ -1350,6 +1350,10 @@ td .commit-summary {
13501350 justify-content : end;
13511351}
13521352
1353+ .comment-header-right .action {
1354+ padding : 4px ;
1355+ }
1356+
13531357.comment-body {
13541358 background : var (--color-box-body );
13551359 border : none !important ;
You can’t perform that action at this time.
0 commit comments