Modify description column in entity tables to not have 'auto' width
Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
@@ -147,7 +147,6 @@ export const columnFactories = Object.freeze({
|
||||
line={2}
|
||||
/>
|
||||
),
|
||||
width: 'auto',
|
||||
};
|
||||
},
|
||||
createSpecLifecycleColumn<T extends Entity>(): TableColumn<T> {
|
||||
|
||||
Reference in New Issue
Block a user