Skip to content

Commit

Permalink
Fix filter by value in document details in safari (#7151)
Browse files Browse the repository at this point in the history
* Fix styles

* Add changelog
  • Loading branch information
yenienserrano authored Nov 14, 2024
1 parent d361538 commit 76f81c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed the Mitre ATT&CK exception in the agent view, the redirections of ID, Tactics, Dashboard Icon and Event Icon in the drop-down menu and the card not displaying information when the flyout was opened [#7116](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7116)
- Fixed the filter are displayed cropped on screens of 575px to 767px in vulnerability detection module [#7047](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7047)
- Fixed ability to filter from files inventory details flyout of File Integrity Monitoring [#7119](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7119)
- Fixed filter by value in document details in safari [#7151](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7151)

### Removed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
font-family: $euiCodeFontFamily;
}

td,
tr {
position: relative;
}
Expand Down

0 comments on commit 76f81c4

Please sign in to comment.