Skip to content

Commit

Permalink
fix: truncate long host
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Dec 3, 2024
1 parent feb0e14 commit 3cdb783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/connections/ConnectionTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
CONNECTIONS_TABLE_ACCESSOR_KEY.Upload,
CONNECTIONS_TABLE_ACCESSOR_KEY.UlSpeed,
].includes(cell.column.id as CONNECTIONS_TABLE_ACCESSOR_KEY) && 'w-14',
[CONNECTIONS_TABLE_ACCESSOR_KEY.Host].includes(
cell.column.id as CONNECTIONS_TABLE_ACCESSOR_KEY,
) && 'max-w-[32rem] truncate',
)
"
>
Expand Down

0 comments on commit 3cdb783

Please sign in to comment.