From a11f43b33287c1a9f7564f1865dc2d5f7c4f15dd Mon Sep 17 00:00:00 2001 From: Mats Johansen Date: Mon, 30 Oct 2023 13:27:12 +0100 Subject: [PATCH] fix(result table): display columns properly --- packages/demo/src/styles/default/result-table.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/demo/src/styles/default/result-table.css b/packages/demo/src/styles/default/result-table.css index 615ecf8d..dffbc82c 100644 --- a/packages/demo/src/styles/default/result-table.css +++ b/packages/demo/src/styles/default/result-table.css @@ -32,10 +32,6 @@ lens-result-table { width: 32%; } - lens-result-table::part(table-header-datatype) { - display: inline-flex; - } - lens-result-table::part(table-header-cell-checkbox) { padding-bottom: var(--gap-xs); width: 4%; @@ -65,20 +61,17 @@ lens-result-table { } lens-result-table::part(info-button) { - position: relative; cursor: pointer; background-color: var(--white); border: none; padding: 0; + vertical-align: top; } lens-result-table::part(info-button-icon) { - position: absolute; bottom: var(--gap-xxs); width: 16px; height: 16px; - left: 1px; - top: -1px }