Skip to content

Commit

Permalink
Fix styles that truncates Discover plugin rows (#6989)
Browse files Browse the repository at this point in the history
* Remove unnecessary style

* Update changelog

* Fix prettier issues
  • Loading branch information
Tostti authored Sep 12, 2024
1 parent 813e99f commit ed04fa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed an error on Dev Tools when using payload properties as arrays [#6908](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6908)
- Fixed missing link to Vulnerabilities detection and Office 365 in the agent menu of `Endpoints Summary` [#6983](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6983)
- Fixed missing options depending on agent operating system in the agent configuration report [#6983](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6983)
- Fixed an style that affected the Discover plugin [#6989](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6989)

### Changed

Expand Down
11 changes: 0 additions & 11 deletions plugins/main/public/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,14 +373,3 @@
font-kerning: normal !important;
}
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
font-size: 13px !important;
font-kerning: normal !important;
padding: 8px !important;
}

0 comments on commit ed04fa8

Please sign in to comment.