We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a145bfd commit 9c53705Copy full SHA for 9c53705
1 file changed
frontend/src/views/app-store/installed/app/info.vue
@@ -11,7 +11,13 @@
11
{{ $t('commons.table.port') }}:{{ installed.httpsPort }}
12
</el-button>
13
14
- <el-popover placement="right" trigger="hover" v-if="hasLinkButton(installed)" :width="400">
+ <el-popover
15
+ placement="right"
16
+ trigger="hover"
17
+ v-if="hasLinkButton(installed)"
18
+ :width="400"
19
+ popper-class="overflow-auto"
20
+ >
21
<template #reference>
22
<el-button plain icon="Promotion" size="small">{{ $t('app.toLink') }}</el-button>
23
</template>
0 commit comments