Skip to content

Commit

Permalink
fix(result table): display columns properly
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Oct 30, 2023
1 parent 9094530 commit a11f43b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/demo/src/styles/default/result-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -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
}


Expand Down

0 comments on commit a11f43b

Please sign in to comment.