Skip to content

Commit 193fec6

Browse files
committed
feat: prevent text wrapping to improve panel layout
1 parent ce491df commit 193fec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools/src/app/components/flowmap/NodeModuleInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const importterModule = computed(() => {
5555
/>
5656
<span op50>{{ item.count }} plugins did not change the content but cost</span>
5757
<DisplayDuration :duration="item.duration" :color="true" :factor="5" text-xs />
58-
<span op50>in total</span>
58+
<span op50 flex-shrink-0>in total</span>
5959
<button
6060
border="~ base rounded-full" px2 py-px op50 hover="op100"
6161
@click="emit('activate', item)"

0 commit comments

Comments
 (0)