Skip to content

Commit 547a39e

Browse files
menu: tools: data-lake: Increase table width
1 parent faa32ab commit 547a39e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/ToolsDataLakeView.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<BaseConfigurationView>
33
<template #title>Data Lake</template>
44
<template #content>
5-
<div class="flex-col overflow-y-auto ml-[10px] pr-3 -mr-[10px] -mb-[10px] max-h-[80vh]">
5+
<div class="flex-col overflow-y-auto ml-[10px] pr-3 -mr-[10px] -mb-[10px] max-h-[80vh] w-[1200px]">
66
<ExpansiblePanel no-top-divider no-bottom-divider :is-expanded="!interfaceStore.isOnPhoneScreen">
77
<template #title>Variables monitor</template>
88
<template #info>
@@ -71,8 +71,8 @@
7171

7272
<v-tooltip location="top">
7373
<template #activator="{ props: tooltipProps }">
74-
<div v-bind="tooltipProps">
75-
<ScrollingText :text="item.name" max-width="180px" align="left" :pause-on-hover="false" />
74+
<div v-bind="tooltipProps" class="w-[440px]">
75+
<ScrollingText :text="item.name" max-width="440px" align="left" :pause-on-hover="false" />
7676
</div>
7777
</template>
7878
<span>{{ item.name }}</span>

0 commit comments

Comments
 (0)