Skip to content

Commit

Permalink
Clear session button text is displayed in full (#6871)
Browse files Browse the repository at this point in the history
* remove the width-max of the button

* Update changelog
  • Loading branch information
yenienserrano authored Jul 26, 2024
1 parent 334ea4b commit 6123462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed cronjob max seconds interval validation [#6730](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6730)
- Fixed styles in small height viewports [#6747](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6747)
- Fixed behavior in Configuration Assessment when changing API [#6770](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6770)
- Fixed the fixed maximum width of the clear session button in the ruleset test view [#6871](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6871)

### Removed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ export const Logtest = compose(
</EuiFlexItem>
<EuiFlexItem grow={false}>
<WzButtonPermissionsModalConfirm
style={{ maxWidth: '150px' }}
tooltip={{ position: 'top', content: 'Clear current session' }}
fill
isDisabled={sessionToken === '' ? true : false}
Expand Down

0 comments on commit 6123462

Please sign in to comment.