Skip to content

Commit f7524ca

Browse files
authored
Update RepoContributors.vue
1 parent f6474cf commit f7524ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

web_src/js/components/RepoContributors.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export default defineComponent({
354354
<div>
355355
<!-- Contribution type -->
356356
<div class="ui dropdown jump" id="repo-contributors">
357-
<div class="ui basic compact button">
357+
<div class="ui basic compact button tw-mr-0">
358358
<span class="not-mobile">{{ locale.filterLabel }}</span> <strong>{{ locale.contributionType[type] }}</strong>
359359
<svg-icon name="octicon-triangle-down" :size="14"/>
360360
</div>
@@ -444,6 +444,11 @@ export default defineComponent({
444444
min-width: 0;
445445
}
446446
447+
#repo-contributors.dropdown .menu {
448+
left: auto;
449+
right: 0;
450+
}
451+
447452
@media (max-width: 991.98px) {
448453
.contributor-grid {
449454
grid-template-columns: repeat(1, 1fr);

0 commit comments

Comments
 (0)