Skip to content
Snippets Groups Projects
Commit 38740234 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

style: change width archive search

parent 9e7a0eb9
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ export class HomeSearchRoutable extends SharedAbstractPresentational implements
order: OrderEnum.none,
isSortable: false,
isFilterable: false,
width: "100px",
},
{
field: "accessLevel",
......@@ -105,6 +106,7 @@ export class HomeSearchRoutable extends SharedAbstractPresentational implements
order: OrderEnum.none,
isSortable: false,
isFilterable: false,
width: "100px",
},
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment