File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
packages/client/src/components/graph Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ const filterId = graphFilterNodeId
15
15
</script >
16
16
17
17
<template >
18
- <div flex =" ~ items-center gap-4" absolute left-0 top-0 z-10 navbar-base w-full px4 text-sm glass-effect >
19
- <div >
20
- <VueInput v-model =" text" placeholder =" Search modules..." />
21
- </div >
18
+ <div flex =" ~ items-center gap-4 nowrap" class =" [& _>*]:flex-[0_0_auto]" absolute left-0 top-0 z-10 navbar-base w-full overflow-x-auto px4 text-sm glass-effect >
19
+ <VueInput v-model =" text" placeholder =" Search modules..." />
22
20
<div v-for =" item in selectableItems" :key =" item[0]" flex =" ~ gap-2 items-center" >
23
21
<VueCheckbox v-model =" settings[item[0]]" />
24
22
<span :class =" { 'text-gray-400 dark:text-gray-600': !settings[item[0]] }" >Show {{ item[1] ?? item[0] }}</span >
You can’t perform that action at this time.
0 commit comments