Skip to content

Commit d8e4282

Browse files
authored
fix: plugin details table width (#86)
1 parent 179d006 commit d8e4282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-vite/src/app/components/data/PluginDetailsTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function toggleDurationSortType() {
7171
</script>
7272

7373
<template>
74-
<div role="table" w-full>
74+
<div role="table" min-w-max>
7575
<div role="row" class="sticky top-0 z10 border-b border-base" flex="~ row">
7676
<div v-if="selectedFields.includes('hookName')" role="columnheader" bg-base flex-none w32 ws-nowrap p1 text-center font-600>
7777
Hook name

0 commit comments

Comments
 (0)