File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments