Skip to content

Commit ac01246

Browse files
committed
fix
1 parent 59115ba commit ac01246

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

templates/repo/pulse.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 flex-text-block">
4+
<div class="ui floating dropdown jump">
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"}}

web_src/css/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,7 @@ table th[data-sortt-desc] .svg {
11491149
min-width: 0;
11501150
}
11511151

1152+
.ui.dropdown > .ui.button,
11521153
.flex-text-block > .ui.button,
11531154
.flex-text-inline > .ui.button {
11541155
margin: 0; /* fomantic buttons have default margin, when we use them in a flex container with gap, we do not need these margins */

web_src/js/components/RepoContributors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export default defineComponent({
353353
</div>
354354
<div>
355355
<!-- Contribution type -->
356-
<div class="ui floating dropdown jump flex-text-block" id="repo-contributors">
356+
<div class="ui floating dropdown jump" id="repo-contributors">
357357
<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"/>

0 commit comments

Comments
 (0)