mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-05 14:50:29 +02:00
Another tiny detail about table column resizing
This commit is contained in:
parent
1fcbf5c04d
commit
aeebe8480d
@ -96,14 +96,15 @@ const Table = (props: Props) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className='octo-table-body Table'>
|
||||
|
||||
<div
|
||||
className='octo-table-body Table'
|
||||
ref={drop}
|
||||
>
|
||||
{/* Headers */}
|
||||
|
||||
<div
|
||||
className='octo-table-header'
|
||||
id='mainBoardHeader'
|
||||
ref={drop}
|
||||
>
|
||||
<TableHeader
|
||||
name={
|
||||
|
Loading…
Reference in New Issue
Block a user