[WEB-4974] fix: table column spanning #7830
This commit is contained in:
parent
a40c73cd22
commit
e6a7ca4c72
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export const SpreadsheetHeader = observer((props: Props) => {
|
|||
<thead className="sticky top-0 left-0 z-[12] border-b-[0.5px] border-custom-border-100">
|
||||
<tr>
|
||||
<th
|
||||
className="group/list-header sticky min-w-60 max-w-[30vw] left-0 z-[15] h-11 flex items-center gap-1 bg-custom-background-90 text-sm font-medium before:absolute before:h-full before:right-0 before:border-custom-border-100"
|
||||
className="group/list-header sticky min-w-60 left-0 z-[15] h-11 flex items-center gap-1 bg-custom-background-90 text-sm font-medium before:absolute before:h-full before:right-0 before:border-custom-border-100"
|
||||
tabIndex={-1}
|
||||
>
|
||||
<Row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue