Skip to content

Commit 5430a91

Browse files
style: improve host list display in terminal
1 parent 9fd030b commit 5430a91

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/views/terminal/terminal

1 file changed

+1
-1
lines changed

frontend/src/views/terminal/terminal/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
:filter-node-method="filterHost"
208208
:empty-text="$t('terminal.noHost')"
209209
class="host-tree compact"
210-
:style="{ 'max-height': '200px' }"
210+
:style="{ 'max-height': '220px' }"
211211
>
212212
<template #default="{ node, data }">
213213
<span class="custom-tree-node w-full">

0 commit comments

Comments
 (0)