We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce491df commit 193fec6Copy full SHA for 193fec6
packages/devtools/src/app/components/flowmap/NodeModuleInfo.vue
@@ -55,7 +55,7 @@ const importterModule = computed(() => {
55
/>
56
<span op50>{{ item.count }} plugins did not change the content but cost</span>
57
<DisplayDuration :duration="item.duration" :color="true" :factor="5" text-xs />
58
- <span op50>in total</span>
+ <span op50 flex-shrink-0>in total</span>
59
<button
60
border="~ base rounded-full" px2 py-px op50 hover="op100"
61
@click="emit('activate', item)"
0 commit comments