mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Transforms: Fix width of icon column in Messages table (#132444)
This commit is contained in:
parent
1660bd9013
commit
59120c9340
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export const ExpandedRowMessagesPane: React.FC<Props> = ({ transformId }) => {
|
|||
{
|
||||
name: '',
|
||||
render: (message: TransformMessage) => <JobIcon message={message} />,
|
||||
width: `${theme.euiSizeXL}px`,
|
||||
width: theme.euiSizeXL,
|
||||
},
|
||||
{
|
||||
name: i18n.translate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue