From 2561783676b7688bbcf0e9020f769a5623298a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sun, 5 Dec 2021 13:29:06 +0100 Subject: [PATCH] [ui] remove borders on tables --- ui/src/components/widgets/Table.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }