Skip to content

Commit

Permalink
style(ms-word-addin): move print to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
panzerdp committed Feb 13, 2023
1 parent fcb8c3a commit 3da3318
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ onMounted(() => {
<div>{{ $t('DIALOG_BOX.PROFILE') }} <TextProfileActiveDropdownReadonly v-model="selectedProfileId" class="select-secondary ml-1 w-52" /></div>
|
</template>
<template #after><PrintButton /></template>
<template #after><PrintButton class="ml-auto" /></template>
</ReadingToolsToolbar>
<div class="py-2 px-4">
<div v-if="error">{{ error }}</div>
Expand Down

0 comments on commit 3da3318

Please sign in to comment.