-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiBetaBadge] fix beta badge placement when no tooltip content is sp…
…ecified (#6326) * Fix the styling of EuiCard when betaBageProps is present but lacks tooltipContent * REVERT ME * changelog * Revert "REVERT ME" This reverts commit e1ca632.
- Loading branch information
1 parent
eb37f81
commit 6d0ba26
Showing
5 changed files
with
122 additions
and
90 deletions.
There are no files selected for viewing
108 changes: 62 additions & 46 deletions
108
src/components/badge/beta_badge/__snapshots__/beta_badge.test.tsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Bug fixes** | ||
|
||
- Fixed `EuiBetaBadge` to always respect its `anchorProps` values, including when there is no tooltip content |