File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -531,11 +531,11 @@ footer .ui.left,footer .ui.right{line-height:40px}
531
531
.repository .view .issue .comment-list .comment .actions .item .tag {margin-right : 5px }
532
532
.repository .view .issue .comment-list .comment .actions .item .action {margin-top : 6px ;margin-left : 10px }
533
533
.repository .view .issue .comment-list .comment .content {margin-left : 4em }
534
- .repository .view .issue .comment-list .comment .content > .header {font-weight : 400 ;position : relative; padding : 0 15px ;color : # 767676 ;background-color : # f7f7f7 ;border-bottom : 1px solid # eee ;border-top-left-radius : 3px ;border-top-right-radius : 3px ; justify-content : space-between }
534
+ .repository .view .issue .comment-list .comment .content > .header {font-weight : 400 ;padding : auto 15px ;position : relative; color : # 767676 ;background-color : # f7f7f7 ;border-bottom : 1px solid # eee ;border-top-left-radius : 3px ;border-top-right-radius : 3px }
535
535
.repository .view .issue .comment-list .comment .content > .header : after , .repository .view .issue .comment-list .comment .content > .header : before {right : 100% ;top : 20px ;border : solid transparent;content : " " ;height : 0 ;width : 0 ;position : absolute;pointer-events : none}
536
536
.repository .view .issue .comment-list .comment .content > .header : before {border-right-color : # d3d3d4 ;border-width : 9px ;margin-top : -9px }
537
537
.repository .view .issue .comment-list .comment .content > .header : after {border-right-color : # f7f7f7 ;border-width : 8px ;margin-top : -8px }
538
- .repository .view .issue .comment-list .comment .content > .header .text {padding-top : 10px ;padding-bottom : 10px }
538
+ .repository .view .issue .comment-list .comment .content > .header .text {max-width : 78 % ; padding-top : 10px ;padding-bottom : 10px }
539
539
.repository .view .issue .comment-list .comment .content .markdown {font-size : 14px }
540
540
.repository .view .issue .comment-list .comment .content .no-content {color : # 767676 ;font-style : italic}
541
541
.repository .view .issue .comment-list .comment .content > .bottom .segment {background : # f3f4f5 }
Original file line number Diff line number Diff line change 798
798
> .header {
799
799
#avatar-arrow ;
800
800
font-weight : normal ;
801
+ padding : auto 15px ;
801
802
position : relative ;
802
- padding : 0 15px ;
803
803
color : #767676 ;
804
804
background-color : #f7f7f7 ;
805
805
border-bottom : 1px solid #eeeeee ;
806
806
border-top-left-radius : 3px ;
807
807
border-top-right-radius : 3px ;
808
- justify-content : space-between ;
809
808
810
809
.text {
810
+ max-width : 78% ;
811
811
padding-top : 10px ;
812
812
padding-bottom : 10px ;
813
813
}
Original file line number Diff line number Diff line change 8
8
<div class="content">
9
9
<div class="ui top attached header">
10
10
<span class="text grey"><a {{if gt .Poster.ID 0}}href="{{.Poster.HomeLink}}"{{end}}>{{.Poster.GetDisplayName}}</a> {{$.root.i18n.Tr "repo.issues.commented_at" .HashTag $createdStr | Safe}}</span>
11
- <div class="ui actions">
11
+ <div class="ui right actions">
12
12
{{if and .Review}}
13
13
{{if eq .Review.Type 0}}
14
14
<div class="item tag">
You can’t perform that action at this time.
0 commit comments