From ad396f246bbcf383da52e6d84d087c0571b82fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Tue, 31 Jan 2023 12:03:42 +0100 Subject: [PATCH] [Backport 4.4-7.10] Fix button styling in event view (#5183) * Fix button styling in event view (#5137) * add new style * add changelog Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com> (cherry picked from commit 57f0e9fab6fa9dbfb8f0b396f8a7d1ae52317607) * Fix Events open row button styles --------- Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Co-authored-by: Federico Rodriguez --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0461a2684..59c49e545b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Fixed mispelling in the NIST module [#5107](https://github.com/wazuh/wazuh-kibana-app/pull/5107) - Fixed Statistic cronjob bulk document insert [#5150](https://github.com/wazuh/wazuh-kibana-app/pull/5150) - Fixed Inventory module for solaris agents [#5144](https://github.com/wazuh/wazuh-kibana-app/pull/5144) +- Fixed the style of the buttons showing more event information in the event view table. [#5137](https://github.com/wazuh/wazuh-kibana-app/pull/5137) ### Removed