-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
devRequires technical expertiseRequires technical expertise
Description
Version
1.1.0
Description
Based on #4285
The OnyxBadge does not display correctly when using inside a flex layout.
Reproduction steps
In both examples, the badges are not aligned vertically. Setting the following CSS seems to fix the issue:
.onyx-badge {
vertical-align: middle;
max-height: max-content;
}
Confirmations
- I have checked that there is not already a bug report for my issue.
- I confirm that are no sensitive information included in this bug report. e.g. credentials, internal project details (for employees of the Schwarz Group) etc.
bergser
Metadata
Metadata
Assignees
Labels
devRequires technical expertiseRequires technical expertise
Type
Projects
Status
Ready