[ML] Transforms: Fix width of icon column in Messages table (#132444)

This commit is contained in:
Pete Harverson 2022-05-19 09:17:51 +01:00 committed by GitHub
parent 1660bd9013
commit 59120c9340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(