Skip to content

Commit

Permalink
feat: add nowrap to button
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 26, 2024
1 parent 3005c9b commit 7502e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PathView/PathViewEntryMore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const size = computed(() => (compactOrInjected.value ? 'sm' : 'md'))
v-if="directoriesLeft > 0"
icon-left="caret-down"
icon-left-variant="primary"
class="shadow-sm"
class="shadow-sm text-nowrap"
variant="outline-tertiary"
:size="size"
>
Expand Down

0 comments on commit 7502e70

Please sign in to comment.