support current max tag width by default

This commit is contained in:
Collin Barrett 2018-09-15 14:22:16 -05:00
parent ecc564a3ad
commit 0229845ee9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
export interface IListDto {
id: number;
name: string;
languages: IListLanguageDto[];
name: string;
softwareIds: number[];
tags: IListTagDto[];
updatedDate: string;

View file

@ -81,7 +81,7 @@ export const ListsTable = (props: IProps) => {
{e.name}
</span>)}
</div>,
width: 200,
width: 212,
headerClassName: "d-none d-md-block",
className: "d-none d-md-block",
show: props.columnVisibility.filter(