Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -414,7 +414,7 @@ |
| 414 | 414 | :key="key" |
| 415 | 415 | class="cursor-pointer flex justify-between items-center gap-2" |
| 416 | 416 | > |
| 417 | - <div class="font-medium truncate">{{ item.value[key].name }}</div> | |
| 417 | + <div class="font-medium whitespace-nowrap">{{ item.value[key].name }}</div> | |
| 418 | 418 | <div class="flex-auto font-bold text-lg text-left ml-4 truncate"> |
| 419 | 419 | <Tooltip |
| 420 | 420 | :title="formatValue(item.value[key] as SocketInfoDataSourceItemType)" | ... | ... |