diff --git a/ui/src/components/widgets/Table.svelte b/ui/src/components/widgets/Table.svelte index c59aa2d..1104204 100644 --- a/ui/src/components/widgets/Table.svelte +++ b/ui/src/components/widgets/Table.svelte @@ -274,6 +274,9 @@ width: 100%; table-layout: fixed; + border-spacing: 0; + border-collapse: collapse; + tr { &.left-active { background: linear-gradient( @@ -314,8 +317,6 @@ line-height: 1em; line-break: anywhere; - border: transparent; - &.attr-action { max-width: 1em; }