#10959 size image info mesagge

This commit is contained in:
Jonathan 2023-04-18 16:51:19 +02:00
parent 1efc9dab8e
commit d56237e45c
1 changed files with 1 additions and 1 deletions

View File

@ -1118,7 +1118,7 @@ function notifications_print_dropdown_element($message_info)
$message_info['id_mensaje'],
messages_get_url($message_info['id_mensaje']),
$target,
html_print_image('images/info.svg', true),
html_print_image('images/info.svg', true, ['style' => 'height: 40px;margin-left: -20px;margin-top: -40px;']),
io_safe_output($message_info['subject']),
$body_preview
);