File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<h2 class="ui header activity-header">
22 <span>{{DateUtils.AbsoluteLong .DateFrom}} - {{DateUtils.AbsoluteLong .DateUntil}}</span>
33 <!-- Period -->
4- <div class="ui floating dropdown jump">
4+ <div class="ui floating dropdown jump flex-text-block ">
55 <div class="ui basic compact button">
66 {{ctx.Locale.Tr "repo.activity.period.filter_label"}} <strong>{{.PeriodText}}</strong>
77 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
Original file line number Diff line number Diff line change 1414 </div>
1515 </div>
1616 </div>
17- <div>
17+ <div class="flex-text-block" >
1818 {{template "repo/clone_panel" .}}
1919 </div>
2020 </div>
Original file line number Diff line number Diff line change @@ -353,8 +353,8 @@ export default defineComponent({
353353 </div >
354354 <div >
355355 <!-- Contribution type -->
356- <div class =" ui floating dropdown jump" id =" repo-contributors" >
357- <div class =" ui basic compact button tw-mr-0 " >
356+ <div class =" ui floating dropdown jump flex-text-block " id =" repo-contributors" >
357+ <div class =" ui basic compact button" >
358358 <span class =" not-mobile" >{{ locale.filterLabel }}</span > <strong >{{ locale.contributionType[type] }}</strong >
359359 <svg-icon name =" octicon-triangle-down" :size =" 14" />
360360 </div >
You can’t perform that action at this time.
0 commit comments