Shared: TableHeader: reduced the width of the first column for vdr indexing

This commit is contained in:
Dmitry Sychugov 2024-04-19 19:52:04 +05:00
parent 98de3ea7e7
commit c1ab48720d

View File

@ -911,7 +911,7 @@ import { checkingForUnfixedSize, getSubstring } from "./Table.utils";
const defaultMinColumnSize = 110;
const settingsSize = 24;
const minSizeFirstColumn = 210;
const minSizeFirstColumn = 110;
class TableHeader extends React.Component<
TableHeaderProps,