mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ResponseOps][Cases]Fix table layout in the add to existing case modal (#217653)
Closes https://github.com/elastic/kibana/issues/216582 ## Summary - increased column width to fit the `select` button https://github.com/user-attachments/assets/64199991-c765-40e4-8d17-38cb6dfd16f6
This commit is contained in:
parent
9924886236
commit
47726988dc
2 changed files with 4 additions and 4 deletions
|
@ -313,7 +313,7 @@ describe('useCasesColumns ', () => {
|
|||
Object {
|
||||
"align": "right",
|
||||
"render": [Function],
|
||||
"width": "70px",
|
||||
"width": "120px",
|
||||
},
|
||||
],
|
||||
"isLoadingColumns": false,
|
||||
|
@ -364,7 +364,7 @@ describe('useCasesColumns ', () => {
|
|||
Object {
|
||||
"align": "right",
|
||||
"render": [Function],
|
||||
"width": "70px",
|
||||
"width": "120px",
|
||||
},
|
||||
],
|
||||
"isLoadingColumns": false,
|
||||
|
@ -415,7 +415,7 @@ describe('useCasesColumns ', () => {
|
|||
Object {
|
||||
"align": "right",
|
||||
"render": [Function],
|
||||
"width": "70px",
|
||||
"width": "120px",
|
||||
},
|
||||
],
|
||||
"isLoadingColumns": false,
|
||||
|
|
|
@ -325,7 +325,7 @@ export const useCasesColumns = ({
|
|||
}
|
||||
return getEmptyCellValue();
|
||||
},
|
||||
width: '70px',
|
||||
width: '120px',
|
||||
},
|
||||
}),
|
||||
[assignCaseAction, casesColumnsConfig, connectors, isSelectorView, userProfiles]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue