diff --git a/frontend/src/components/grid.svelte b/frontend/src/components/grid.svelte index a41e51a..f747d97 100644 --- a/frontend/src/components/grid.svelte +++ b/frontend/src/components/grid.svelte @@ -136,7 +136,7 @@ {#each columns as column} {@const value = item[column.key]} - {formatValue(value)} +
{formatValue(value)}
{/each} @@ -212,6 +212,14 @@ padding: 0; } + td .value { + height: 2.1ex; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 25em; + } + tbody tr.selected td { background-color: #00008b; color: #fff; diff --git a/frontend/src/organisms/connection/collection/stats.svelte b/frontend/src/organisms/connection/collection/stats.svelte index b1e6563..427240f 100644 --- a/frontend/src/organisms/connection/collection/stats.svelte +++ b/frontend/src/organisms/connection/collection/stats.svelte @@ -7,7 +7,10 @@
- + +
+ +