File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 <!-- Directory -->
5151 <template v-if =" node .type === ' directory' " >
5252 <ButtonBase
53- class =" w-full flex! justify-start! rounded-none! border-none!"
53+ class =" w-full justify-start! rounded-none! border-none!"
54+ block
5455 :aria-pressed =" isNodeActive(node)"
5556 :style =" { paddingLeft: `${depth * 12 + 12}px` }"
5657 @click =" toggleDir(node.path)"
8283 variant =" button-secondary"
8384 :to =" getFileRoute(node.path)"
8485 :aria-current =" currentPath === node.path"
85- class =" w-full flex! justify-start! rounded-none! border-none!"
86+ class =" w-full justify-start! rounded-none! border-none!"
87+ block
8688 :style =" { paddingLeft: `${depth * 12 + 32}px` }"
8789 :classicon =" getFileIcon(node.name)"
8890 >
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ function getReplacementTooltip(col: ComparisonGridColumn): string {
4242 <span class =" inline-flex items-center gap-1.5 truncate" >
4343 <LinkBase
4444 :to =" packageRoute(col.name, col.version)"
45- class =" text-sm flex! truncate"
45+ class =" text-sm truncate"
46+ block
4647 :title =" col.version ? `${col.name}@${col.version}` : col.name"
4748 >
4849 {{ col.name }}<template v-if =" col .version " >@{{ col.version }}</template >
You can’t perform that action at this time.
0 commit comments