Skip to content

Commit

Permalink
Changed SQL Lab result column header-style width to max-content
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Oct 12, 2021
1 parent c2e1ab6 commit 2e9f67c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export default class FilterableTable extends PureComponent<
}}
className={`${className} grid-cell grid-header-cell`}
>
<div>{label}</div>
<div css={{ width: 'max-content' }}>{label}</div>
</div>
</Tooltip>
);
Expand Down

0 comments on commit 2e9f67c

Please sign in to comment.